summaryrefslogtreecommitdiff
path: root/nuttx/configs/avr32dev1/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-23 16:30:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-23 16:30:43 +0000
commitcf15bf420eda17f64a66208debf2d31154b4bb80 (patch)
tree20f84f13632dab34b4e421094b0315c0dbd4ed9e /nuttx/configs/avr32dev1/ostest
parent3e7a2e4a2f0718ad1c79548a7101b6d775648df7 (diff)
downloadpx4-nuttx-cf15bf420eda17f64a66208debf2d31154b4bb80.tar.gz
px4-nuttx-cf15bf420eda17f64a66208debf2d31154b4bb80.tar.bz2
px4-nuttx-cf15bf420eda17f64a66208debf2d31154b4bb80.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3047 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/avr32dev1/ostest')
-rwxr-xr-xnuttx/configs/avr32dev1/ostest/setenv.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/configs/avr32dev1/ostest/setenv.sh b/nuttx/configs/avr32dev1/ostest/setenv.sh
index b2d102c48..0924d63b0 100755
--- a/nuttx/configs/avr32dev1/ostest/setenv.sh
+++ b/nuttx/configs/avr32dev1/ostest/setenv.sh
@@ -50,6 +50,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
export AVRTOOLS_BIN="/cygdrive/c/Program Files/Atmel/AVR Tools/AVR32 Toolchain/bin/"
-export PATH="/sbin:/usr/sbin:${PATH_ORIG}:${AVRTOOLS_BIN}"
+export FLIP_BIN="/cygdrive/c/Program Files/Atmel/Flip 3.4.2/bin"
+export PATH="$(FLIP_BIN):/sbin:/usr/sbin:${PATH_ORIG}:${AVRTOOLS_BIN}"
echo "PATH : ${PATH}"