summaryrefslogtreecommitdiff
path: root/nuttx/configs/sure-pic32mx/nsh
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/sure-pic32mx/nsh
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/sure-pic32mx/nsh')
-rwxr-xr-xnuttx/configs/sure-pic32mx/nsh/setenv.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/sure-pic32mx/nsh/setenv.sh b/nuttx/configs/sure-pic32mx/nsh/setenv.sh
index f0fc42838..8c4df233b 100755
--- a/nuttx/configs/sure-pic32mx/nsh/setenv.sh
+++ b/nuttx/configs/sure-pic32mx/nsh/setenv.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# configs/sure-pic32mx/nsh/setenv.sh
#
-# Copyright (C) 2011 Gregory Nutt. All rights reserved.
+# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -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/sure-pic32mx/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}"