aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include')
-rw-r--r--os/hal/include/usb.h2
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
/*===========================================================================*/