USB_HOST fix

This commit is contained in:
Fabien Poussin 2019-10-01 22:43:39 +02:00
parent a0bd333cd2
commit 0341b1bba8
1 changed files with 1 additions and 1 deletions

View File

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