[build] rename ncp_radio to rcp (#3580)

This commit is contained in:
Kamil Sroka
2019-06-05 10:12:50 -07:00
committed by Jonathan Hui
parent b9d20b590e
commit 8c08fd8815
10 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ main()
export VIRTUAL_TIME="${VIRTUAL_TIME:-1}"
if [[ "${NODE_MODE}" = 'transceiver' ]] ; then
export RADIO_DEVICE="build/${SYSTEM_TRIPLET}/examples/apps/ncp/ot-ncp-radio"
export RADIO_DEVICE="build/${SYSTEM_TRIPLET}/examples/apps/ncp/ot-rcp"
export OT_CLI_PATH="build/posix/${SYSTEM_TRIPLET}/src/posix/ot-cli"
export OT_NCP_PATH="build/posix/${SYSTEM_TRIPLET}/src/posix/ot-ncp"
fi