]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/mac/tkn154/DebugC.nc
Fixed an issue with indirect transmissions in nonbeacon-enabled mode: DispatchUnslott...
[tinyos-2.x.git] / tos / lib / mac / tkn154 / DebugC.nc
index 91d3dde95abd89808fe12dd6dae4362e6917c3b5..6af96f46b4ef0ab7538151a9521eead432825af1 100644 (file)
 configuration DebugC {
 }
 implementation {
-  components DebugP, LedsC;
+  components DebugP, LedsC, MainC;
+  DebugP.Boot -> MainC;
   DebugP.Leds -> LedsC;
+
+#if defined(PLATFORM_TELOSB)
+  components UserButtonC;
+  DebugP.ButtonPressed -> UserButtonC;
+#endif
 }