]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
incude RadioConfig.h where PACKET_LINK is used
authormmaroti <mmaroti>
Wed, 7 Oct 2009 01:02:56 +0000 (01:02 +0000)
committermmaroti <mmaroti>
Wed, 7 Oct 2009 01:02:56 +0000 (01:02 +0000)
tos/chips/rf2xx/rf212/RF212Radio.h
tos/chips/rf2xx/rf230/RF230Radio.h

index b67f55609608177496984ec7b3c0f861ba6e92dd..ba36696cbc623533aea003368b7ab2076a7e6cf6 100644 (file)
@@ -24,6 +24,7 @@
 #ifndef __RF212RADIO_H__
 #define __RF212RADIO_H__
 
+#include <RadioConfig.h>
 #include <TinyosNetworkLayer.h>
 #include <Ieee154PacketLayer.h>
 #include <ActiveMessageLayer.h>
index c6461d250fee8403b2e9aa8a499a8064ec18930a..58efd6eeb703cd21901428e5416099f91d9f904b 100644 (file)
@@ -24,6 +24,7 @@
 #ifndef __RF230RADIO_H__
 #define __RF230RADIO_H__
 
+#include <RadioConfig.h>
 #include <TinyosNetworkLayer.h>
 #include <Ieee154PacketLayer.h>
 #include <ActiveMessageLayer.h>