diff options
author | Fabien Poussin <fabien.poussin@gmail.com> | 2019-10-01 22:43:39 +0200 |
---|---|---|
committer | Fabien Poussin <fabien.poussin@gmail.com> | 2019-10-02 10:47:02 +0200 |
commit | 0341b1bba8a15754f018332d1f450bfe8a74f1d0 (patch) | |
tree | f469f8be4e490e7839da89cc045a4dd57608b927 /testhal/STM32 | |
parent | a0bd333cd2a6c4fabdd4daa98aa398f48ed9e9fc (diff) | |
download | ChibiOS-Contrib-0341b1bba8a15754f018332d1f450bfe8a74f1d0.tar.gz ChibiOS-Contrib-0341b1bba8a15754f018332d1f450bfe8a74f1d0.tar.bz2 ChibiOS-Contrib-0341b1bba8a15754f018332d1f450bfe8a74f1d0.zip |
USB_HOST fix
Diffstat (limited to 'testhal/STM32')
-rw-r--r-- | testhal/STM32/STM32F4xx/USB_HOST/halconf.h | 2 |
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 /** |