summaryrefslogtreecommitdiff
path: root/nuttx/configs/ubw32/nsh/setenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/ubw32/nsh/setenv.sh')
-rwxr-xr-xnuttx/configs/ubw32/nsh/setenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/ubw32/nsh/setenv.sh b/nuttx/configs/ubw32/nsh/setenv.sh
index 853574b6e..26946b1bb 100755
--- a/nuttx/configs/ubw32/nsh/setenv.sh
+++ b/nuttx/configs/ubw32/nsh/setenv.sh
@@ -53,7 +53,7 @@ fi
export TOOLCHAIN_BIN="/cygdrive/c/MicroChip/mplabc32/v1.12/bin"
# This is the path to the toosl subdirectory
-export PIC32TOOL_DIR="${WD}/configs/ubw32/tools"
+export PIC32TOOL_DIR="${WD}/tools/pic32mx"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:${PIC32TOOL_DIR}:/sbin:/usr/sbin:${PATH_ORIG}"