]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/tkn154/TestAssociate/coordinator/TestCoordC.nc
- re-designed the radio driver interfaces, restructured/improved the CC2420 radio...
[tinyos-2.x.git] / apps / tests / tkn154 / TestAssociate / coordinator / TestCoordC.nc
index ceb793c66aa77d18e25bc9aa36bf482554c88a1f..b0d8ca9a76372f3620499c298be8056f165e278f 100644 (file)
@@ -56,7 +56,7 @@ module TestCoordC
   uint16_t m_shortAddress;
 
   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)