]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/telosb/mac/tkn154/Ieee802154MacC.nc
+ fixed an issue with 62500Hz Alarms when overlapping
[tinyos-2.x.git] / tos / platforms / telosb / mac / tkn154 / Ieee802154MacC.nc
index 3b7cf7959e0d0f5f78a963300c7c1811c181ebc7..f59ebd76267bbef44280e7b5a2c65553597424a1 100644 (file)
@@ -165,6 +165,10 @@ implementation
   MAC.Random -> RandomC;
   MAC.Leds -> LedsC;
 
-  components NoDebugP;
-  MAC.Ieee802154Debug -> NoDebugP;
+#ifdef TKN154_SERIAL_DEBUG
+  components SerialDebugC as Debug;
+#else
+  components NoDebugP as Debug;
+#endif
+  MAC.Ieee802154Debug -> Debug;
 }