]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/tkn154/TestStartSync/coordinator/TestCoordC.nc
Added a component that accepts beacon request frames and responds with a beacon ...
[tinyos-2.x.git] / apps / tests / tkn154 / TestStartSync / coordinator / TestCoordC.nc
index f752bdad03de2de64cd6669cd5b89ac9114f64ee..e401db6c6a10549c7a2340db2b483a9573b9f3b6 100644 (file)
@@ -51,7 +51,7 @@ module TestCoordC
   uint8_t m_beaconPayload[] = {0x01, 0x02, 0x03, 0x04, 0x05};
 
   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)