From 1671d6b7e129ffbee917c2839f428d6f37206def Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 31 Dec 2015 11:25:02 +0000 Subject: 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 --- os/hal/include/usb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/include') 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 /*===========================================================================*/ -- cgit v1.2.3