aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2019-10-01 22:43:39 +0200
committerFabien Poussin <fabien.poussin@gmail.com>2019-10-02 10:47:02 +0200
commit0341b1bba8a15754f018332d1f450bfe8a74f1d0 (patch)
treef469f8be4e490e7839da89cc045a4dd57608b927 /testhal
parenta0bd333cd2a6c4fabdd4daa98aa398f48ed9e9fc (diff)
downloadChibiOS-Contrib-0341b1bba8a15754f018332d1f450bfe8a74f1d0.tar.gz
ChibiOS-Contrib-0341b1bba8a15754f018332d1f450bfe8a74f1d0.tar.bz2
ChibiOS-Contrib-0341b1bba8a15754f018332d1f450bfe8a74f1d0.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 3be9ca9..6b1255e 100644
--- a/testhal/STM32/STM32F4xx/USB_HOST/halconf.h
+++ b/testhal/STM32/STM32F4xx/USB_HOST/halconf.h
@@ -128,7 +128,7 @@
* @brief Enables the SDC subsystem.
*/
#if !defined(HAL_USE_SDC) || defined(__DOXYGEN__)
-#define HAL_USE_SDC FALSE
+#define HAL_USE_SDC TRUE
#endif
/**