]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/tkn154/nonbeacon-enabled/TestAssociate/device/TestDeviceC.nc
Now allows to use variable radio channel.
[tinyos-2.x.git] / apps / tests / tkn154 / nonbeacon-enabled / TestAssociate / device / TestDeviceC.nc
index 87ec256a4206f70a4176b8daf5e80ad878b0f06d..955b60c3f929996b3eeb5b6d44cfb9c16db7b721 100644 (file)
@@ -74,6 +74,7 @@ module TestDeviceC
     ieee154_address_t coordAdr;
 
     coordAdr.shortAddress = COORDINATOR_ADDRESS;
+    call MLME_SET.phyCurrentChannel(RADIO_CHANNEL);
     call MLME_SET.macAutoRequest(FALSE);
     call MLME_SET.macPANId(PAN_ID);
     call MLME_SET.macCoordShortAddress(COORDINATOR_ADDRESS);