From: r-studio Date: Mon, 21 Sep 2009 09:06:16 +0000 (+0000) Subject: fixed broken radio X-Git-Tag: rc_6_tinyos_2_1_1~223 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=00ae75b1efd2af05f622905840151da42a581165;p=tinyos-2.x.git fixed broken radio --- diff --git a/tos/platforms/mulle/platform_message.h b/tos/platforms/mulle/platform_message.h index f2be256a..bbdfd755 100755 --- a/tos/platforms/mulle/platform_message.h +++ b/tos/platforms/mulle/platform_message.h @@ -41,7 +41,8 @@ #define __PLATFORM_MESSAGE_H__ #include "Serial.h" -#include +#include + typedef union message_header { rf230packet_header_t rf230;