summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk/usbserial
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-20 13:14:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-20 13:14:04 +0000
commite67fe7912645818ff9f4f19481b64fe363f5d357 (patch)
treebb4458f7418421ec9bf27c39b16571172099b2b3 /nuttx/configs/olimex-lpc1766stk/usbserial
parentf80429b503882bda76e31041cb299352afde2686 (diff)
downloadpx4-nuttx-e67fe7912645818ff9f4f19481b64fe363f5d357.tar.gz
px4-nuttx-e67fe7912645818ff9f4f19481b64fe363f5d357.tar.bz2
px4-nuttx-e67fe7912645818ff9f4f19481b64fe363f5d357.zip
The termios c_speed field cannot be 'const'
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5234 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/olimex-lpc1766stk/usbserial')
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/usbserial/setenv.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/usbserial/setenv.sh b/nuttx/configs/olimex-lpc1766stk/usbserial/setenv.sh
index ea9fe6c67..ad34dd6a1 100755
--- a/nuttx/configs/olimex-lpc1766stk/usbserial/setenv.sh
+++ b/nuttx/configs/olimex-lpc1766stk/usbserial/setenv.sh
@@ -47,11 +47,6 @@ if [ -z "${PATH_ORIG}" ]; then
export PATH_ORIG="${PATH}"
fi
-# This is the Cygwin path to the location where I installed the RIDE
-# toolchain under windows. You will also have to edit this if you install
-# the RIDE toolchain in any other location
-#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/Raisonance/Ride/arm-gcc/bin"
-
# This is the Cygwin path to the location where I installed the CodeSourcery
# toolchain under windows. You will also have to edit this if you install
# the CodeSourcery toolchain in any other location