]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
fixed broken radio
authorr-studio <r-studio>
Mon, 21 Sep 2009 09:06:16 +0000 (09:06 +0000)
committerr-studio <r-studio>
Mon, 21 Sep 2009 09:06:16 +0000 (09:06 +0000)
tos/platforms/mulle/platform_message.h

index f2be256ada67de256c1dcad5655b92147be3d169..bbdfd75570274f7a0032ecf1f60c8fdd25409837 100755 (executable)
@@ -41,7 +41,8 @@
 #define __PLATFORM_MESSAGE_H__
 
 #include "Serial.h"
-#include <RF230ActiveMessage.h>
+#include <RF230Radio.h>
+
 
 typedef union message_header {
        rf230packet_header_t rf230;