diff options
author | Diego Ismirlian <dismirlian (at) google's mail.com> | 2017-08-07 17:56:00 -0300 |
---|---|---|
committer | Diego Ismirlian <dismirlian (at) google's mail.com> | 2017-08-07 17:56:00 -0300 |
commit | d72557da5a5144819e493cd0f16480b1f67b2226 (patch) | |
tree | 458f4fd35f869e4964d747bf100da099203a42fd /testhal/STM32/STM32F4xx/USB_HOST/halconf.h | |
parent | 84f28dd0b1916890081d5b205835741a9ae2a8b6 (diff) | |
parent | 4092650b1bc013a21c0eaf27f62c84dbf2aece42 (diff) | |
download | ChibiOS-Contrib-d72557da5a5144819e493cd0f16480b1f67b2226.tar.gz ChibiOS-Contrib-d72557da5a5144819e493cd0f16480b1f67b2226.tar.bz2 ChibiOS-Contrib-d72557da5a5144819e493cd0f16480b1f67b2226.zip |
Merge branch 'master' of https://github.com/dismirlian/ChibiOS-Contrib into usbh_devel
Diffstat (limited to 'testhal/STM32/STM32F4xx/USB_HOST/halconf.h')
-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 9ddbb1b..1511a42 100644 --- a/testhal/STM32/STM32F4xx/USB_HOST/halconf.h +++ b/testhal/STM32/STM32F4xx/USB_HOST/halconf.h @@ -125,7 +125,7 @@ * @brief Enables the SDC subsystem.
*/
#if !defined(HAL_USE_SDC) || defined(__DOXYGEN__)
-#define HAL_USE_SDC FALSE
+#define HAL_USE_SDC TRUE
#endif
/**
|