]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/tkn154/TestPromiscuous/TestPromiscuousC.nc
- re-designed the radio driver interfaces, restructured/improved the CC2420 radio...
[tinyos-2.x.git] / apps / tests / tkn154 / TestPromiscuous / TestPromiscuousC.nc
index bc3699f767d1390fd85b89491d248fbbe5c09a36..ab9ea599c78758c1056844ee22a32ba7374d5a82 100644 (file)
@@ -58,7 +58,7 @@ module TestPromiscuousC
   };
 
   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)