USB_HOST fix

This commit is contained in:
Fabien Poussin 2019-03-07 12:55:28 +01:00
parent bf1c2b71c2
commit ed39bf01d8
1 changed files with 1 additions and 1 deletions

View File

@ -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
/**