summaryrefslogtreecommitdiff
path: root/nuttx/configs/mbed
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/mbed
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/mbed')
-rw-r--r--nuttx/configs/mbed/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/mbed/README.txt b/nuttx/configs/mbed/README.txt
index 4b413560a..958ae9818 100644
--- a/nuttx/configs/mbed/README.txt
+++ b/nuttx/configs/mbed/README.txt
@@ -432,8 +432,8 @@ host operations. To make these modifications, do the following:
2. Then edit the top-level .config file to enable USB host. Make the
following changes:
- CONFIG_LPC17_USBHOST=n
- CONFIG_USBHOST=n
+ CONFIG_LPC17_USBHOST=y
+ CONFIG_USBHOST=y
CONFIG_SCHED_WORKQUEUE=y
When this change is made, NSH should be extended to support USB flash