mirror of
https://github.com/espressif/openthread.git
synced 2026-09-05 00:30:07 +00:00
[build] rename ncp_radio to rcp (#3580)
This commit is contained in:
committed by
Jonathan Hui
parent
b9d20b590e
commit
8c08fd8815
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user