diff options
author | Fabien Poussin <fabien.poussin@gmail.com> | 2017-08-08 17:29:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-08 17:29:28 +0200 |
commit | bec3eada374945e6ebf9c12fe5722e99636718c4 (patch) | |
tree | f26c2d640922440946595e17e819bf1cdd3d8840 /testhal/STM32 | |
parent | 2fb40b504f7596b154dc4cc940b222790ea1f580 (diff) | |
parent | e04751c836619094826dbd1c106d50a3b6ace32f (diff) | |
download | ChibiOS-Contrib-bec3eada374945e6ebf9c12fe5722e99636718c4.tar.gz ChibiOS-Contrib-bec3eada374945e6ebf9c12fe5722e99636718c4.tar.bz2 ChibiOS-Contrib-bec3eada374945e6ebf9c12fe5722e99636718c4.zip |
Merge branch 'master' into usbh_devel
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 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
/**
|