aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2019-03-07 12:55:28 +0100
committerFabien Poussin <fabien.poussin@gmail.com>2019-03-07 12:55:39 +0100
commited39bf01d8606c799dcfeec2f5437d2610c12ec6 (patch)
tree6efc53effeda41e16bfcc5c25db7496d7db7b6a6 /testhal
parentbf1c2b71c2427d7e1bd922e25eb2b2c2de5d839b (diff)
downloadChibiOS-Contrib-ed39bf01d8606c799dcfeec2f5437d2610c12ec6.tar.gz
ChibiOS-Contrib-ed39bf01d8606c799dcfeec2f5437d2610c12ec6.tar.bz2
ChibiOS-Contrib-ed39bf01d8606c799dcfeec2f5437d2610c12ec6.zip
USB_HOST fix
Diffstat (limited to 'testhal')
-rw-r--r--testhal/STM32/STM32F4xx/USB_HOST/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/USB_HOST/halconf.h b/testhal/STM32/STM32F4xx/USB_HOST/halconf.h
index 33f3f94..24a2af7 100644
--- a/testhal/STM32/STM32F4xx/USB_HOST/halconf.h
+++ b/testhal/STM32/STM32F4xx/USB_HOST/halconf.h
@@ -139,7 +139,7 @@
* @brief Enables the SDC subsystem.
*/
#if !defined(HAL_USE_SDC) || defined(__DOXYGEN__)
-#define HAL_USE_SDC FALSE
+#define HAL_USE_SDC TRUE
#endif
/**