]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/tkn154/TestData/coordinator/TestCoordReceiverC.nc
- re-designed the radio driver interfaces, restructured/improved the CC2420 radio...
[tinyos-2.x.git] / apps / tests / tkn154 / TestData / coordinator / TestCoordReceiverC.nc
index db59ec06d9d09a538b6afa0ce082d787101fd86e..8ae7d636bba44bc299c3a481d7428bbb4d2c7a14 100644 (file)
@@ -53,7 +53,7 @@ module TestCoordReceiverC
   bool m_ledCount;
 
   event void Boot.booted() {
-    call MLME_RESET.request(TRUE, BEACON_ENABLED_PAN);
+    call MLME_RESET.request(TRUE);
   }
 
   event void MLME_RESET.confirm(ieee154_status_t status)