summaryrefslogtreecommitdiff
path: root/nuttx/configs/pic32-starterkit/nsh2
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-20 19:29:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-20 19:29:20 +0000
commitfe19b6983e874ab10a1e3ad510829ad34a8612cd (patch)
treef89b678cd14ff74894b93a97d64c57e17abed82d /nuttx/configs/pic32-starterkit/nsh2
parentc1688c046b5efdfaa67fcf892649ba3e9f54f056 (diff)
downloadpx4-nuttx-fe19b6983e874ab10a1e3ad510829ad34a8612cd.tar.gz
px4-nuttx-fe19b6983e874ab10a1e3ad510829ad34a8612cd.tar.bz2
px4-nuttx-fe19b6983e874ab10a1e3ad510829ad34a8612cd.zip
Updates to support the Mirtoo internal clocking
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4855 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/pic32-starterkit/nsh2')
-rwxr-xr-xnuttx/configs/pic32-starterkit/nsh2/setenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/pic32-starterkit/nsh2/setenv.sh b/nuttx/configs/pic32-starterkit/nsh2/setenv.sh
index 724a0a67e..47effba5b 100755
--- a/nuttx/configs/pic32-starterkit/nsh2/setenv.sh
+++ b/nuttx/configs/pic32-starterkit/nsh2/setenv.sh
@@ -53,7 +53,7 @@ fi
export TOOLCHAIN_BIN="/cygdrive/c/MicroChip/mplabc32/v1.12/bin"
# This is the path to the tools subdirectory
-export PIC32TOOL_DIR="${WD}/configs/pic32-starterkit/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}"