Rev 2950 | Rev 2954 | ||
---|---|---|---|
Line 102... | Line 102... | ||
102 | |
102 | |
103 | /** |
103 | /** |
104 | * @brief Enables the PWM subsystem. |
104 | * @brief Enables the PWM subsystem. |
105 | */ |
105 | */ |
106 | #if !defined(HAL_USE_PWM) || defined(__DOXYGEN__) |
106 | #if !defined(HAL_USE_PWM) || defined(__DOXYGEN__) |
107 | #define HAL_USE_PWM FALSE |
107 | #define HAL_USE_PWM TRUE |
108 | #endif |
108 | #endif |
109 | |
109 | |
110 | /** |
110 | /** |
111 | * @brief Enables the RTC subsystem. |
111 | * @brief Enables the RTC subsystem. |
112 | */ |
112 | */ |