summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbhost/usbhost_storage.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-18 19:58:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-18 19:58:49 +0000
commit0d199a1296adae52e01c1404657e55c34df34283 (patch)
tree2788a7cfa621171e2d1177f35610697a258eb547 /nuttx/drivers/usbhost/usbhost_storage.c
parent793fdbf756af7084e86fcaeeabc3c22f100673db (diff)
downloadnuttx-0d199a1296adae52e01c1404657e55c34df34283.tar.gz
nuttx-0d199a1296adae52e01c1404657e55c34df34283.tar.bz2
nuttx-0d199a1296adae52e01c1404657e55c34df34283.zip
Warnings not errors would be more polite
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3258 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/usbhost/usbhost_storage.c')
-rw-r--r--nuttx/drivers/usbhost/usbhost_storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/usbhost/usbhost_storage.c b/nuttx/drivers/usbhost/usbhost_storage.c
index 8a19f43ad..31f6c2aea 100644
--- a/nuttx/drivers/usbhost/usbhost_storage.c
+++ b/nuttx/drivers/usbhost/usbhost_storage.c
@@ -68,7 +68,7 @@
/* Configuration ************************************************************/
#ifndef CONFIG_SCHED_WORKQUEUE
-# error "Worker thread support is required (CONFIG_SCHED_WORKQUEUE)"
+# warning "Worker thread support is required (CONFIG_SCHED_WORKQUEUE)"
#endif
/* If the create() method is called by the USB host device driver from an