]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf230/RF230ActiveMessageC.nc
Make I-frames the default in IEE154 6LOWPAN support
[tinyos-2.x.git] / tos / chips / rf230 / RF230ActiveMessageC.nc
index d06a430134f03374ea86c2320aafa14a71090f5e..34315e912955e4833998899386b52e93ad4d923b 100644 (file)
@@ -75,6 +75,13 @@ implementation
 #else  
        components new DummyLayerC() as LowPowerListeningLayerC;
 #endif
+
+#ifdef TFRAMES_ENABLED
+       components new DummyLayerC() as IEEE154NetworkLayerC;
+#else
+       components IEEE154NetworkLayerC;
+#endif
+
        components MessageBufferLayerC;
        components UniqueLayerC;
        components TrafficMonitorLayerC;