H7 compilation #2284

This commit is contained in:
rusefillc 2021-02-06 00:28:38 -05:00
parent 4dbb77415a
commit 0ffa4c6e3a
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@
* @brief Enables the PWM subsystem.
*/
#if !defined(HAL_USE_PWM) || defined(__DOXYGEN__)
#define HAL_USE_PWM FALSE
#define HAL_USE_PWM TRUE
#endif
/**