diff options
-rw-r--r-- | testhal/STM32/STM32F7xx/USB_RAW/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F7xx/USB_RAW/halconf.h b/testhal/STM32/STM32F7xx/USB_RAW/halconf.h index 620564e56..b5795032c 100644 --- a/testhal/STM32/STM32F7xx/USB_RAW/halconf.h +++ b/testhal/STM32/STM32F7xx/USB_RAW/halconf.h @@ -380,7 +380,7 @@ * @note Disabling this option saves both code and data space.
*/
#if !defined(USB_USE_WAIT) || defined(__DOXYGEN__)
-#define USB_USE_WAIT FALSE
+#define USB_USE_WAIT TRUE
#endif
#endif /* _HALCONF_H_ */
|