diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-31 11:25:02 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-31 11:25:02 +0000 |
commit | 1671d6b7e129ffbee917c2839f428d6f37206def (patch) | |
tree | 4bfe1cdad6031bdaba365dc29d89ce9cbbd30b7a /os/hal/include/usb.h | |
parent | ba2c8ab2164f76a70bc333b6988427d8acf2bf8a (diff) | |
download | ChibiOS-1671d6b7e129ffbee917c2839f428d6f37206def.tar.gz ChibiOS-1671d6b7e129ffbee917c2839f428d6f37206def.tar.bz2 ChibiOS-1671d6b7e129ffbee917c2839f428d6f37206def.zip |
Mass update of halconf.h, added USB settings.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8663 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include/usb.h')
-rw-r--r-- | os/hal/include/usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/usb.h b/os/hal/include/usb.h index e8a5a3344..77dda4593 100644 --- a/os/hal/include/usb.h +++ b/os/hal/include/usb.h @@ -239,7 +239,7 @@ * @note Disabling this option saves both code and data space.
*/
#if !defined(USB_USE_WAIT) || defined(__DOXYGEN__)
-#define USB_USE_WAIT TRUE
+#define USB_USE_WAIT FALSE
#endif
/*===========================================================================*/
|