]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/serial/SerialPacketInfo802_15_4P.nc
Added support for BLIP on Mulle.
[tinyos-2.x.git] / tos / lib / serial / SerialPacketInfo802_15_4P.nc
index 45cafe162375cf1f99de327b58f16bf54d71e6e7..b0de588ae153594624d9d4834d7c5e24fc993488 100644 (file)
@@ -34,7 +34,7 @@ module SerialPacketInfo802_15_4P {
   provides interface SerialPacketInfo as Info;
 }
 implementation {
-#ifdef PLATFORM_IRIS
+#if defined(PLATFORM_IRIS) || defined(PLATFORM_MULLE)
   enum {
     HEADER_SIZE = sizeof(rf230packet_header_t),
     FOOTER_SIZE = sizeof(rf230packet_footer_t),