X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2Ftkn154%2Fnonbeacon-enabled%2FTestAssociate%2Fdevice%2FTestDeviceC.nc;h=955b60c3f929996b3eeb5b6d44cfb9c16db7b721;hb=ab265571b5460454b703df4749ee2c36d29cb94e;hp=87ec256a4206f70a4176b8daf5e80ad878b0f06d;hpb=47c39f2a2015cef2f971f27033bfc223f27397f2;p=tinyos-2.x.git diff --git a/apps/tests/tkn154/nonbeacon-enabled/TestAssociate/device/TestDeviceC.nc b/apps/tests/tkn154/nonbeacon-enabled/TestAssociate/device/TestDeviceC.nc index 87ec256a..955b60c3 100644 --- a/apps/tests/tkn154/nonbeacon-enabled/TestAssociate/device/TestDeviceC.nc +++ b/apps/tests/tkn154/nonbeacon-enabled/TestAssociate/device/TestDeviceC.nc @@ -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);