summaryrefslogtreecommitdiff
path: root/nuttx/configs/hymini-stm32v/usbserial/setenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/hymini-stm32v/usbserial/setenv.sh')
-rwxr-xr-xnuttx/configs/hymini-stm32v/usbserial/setenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/hymini-stm32v/usbserial/setenv.sh b/nuttx/configs/hymini-stm32v/usbserial/setenv.sh
index 6b324148d..a334f1c3c 100755
--- a/nuttx/configs/hymini-stm32v/usbserial/setenv.sh
+++ b/nuttx/configs/hymini-stm32v/usbserial/setenv.sh
@@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
export RIDE_BIN="/cygdrive/c/Program Files/Raisonance/Ride/arm-gcc/bin"
-export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"