]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf230/IEEE154Packet.h
Make I-frames the default in IEE154 6LOWPAN support
[tinyos-2.x.git] / tos / chips / rf230 / IEEE154Packet.h
index 796a4fa10e1f9c71233d9c4e3a6006a670b74c92..62fe16b0e2749fb6f95d1dc17c11908ec44bc957 100644 (file)
@@ -34,7 +34,7 @@ typedef nx_struct ieee154_header_t
        nxle_uint16_t src;
 
 // I-Frame 6LowPAN interoperability byte
-#ifdef IEEE154_6LOWPAN 
+#ifndef TFRAMES_ENABLED        
        nxle_uint8_t network;
 #endif