diff options
Diffstat (limited to 'quantum/stm32/halconf.h')
-rw-r--r-- | quantum/stm32/halconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/stm32/halconf.h b/quantum/stm32/halconf.h index 533803a25..b6c7b392c 100644 --- a/quantum/stm32/halconf.h +++ b/quantum/stm32/halconf.h | |||
@@ -203,7 +203,7 @@ | |||
203 | * @note Disabling this option saves both code and data space. | 203 | * @note Disabling this option saves both code and data space. |
204 | */ | 204 | */ |
205 | # if !defined(PAL_USE_CALLBACKS) || defined(__DOXYGEN__) | 205 | # if !defined(PAL_USE_CALLBACKS) || defined(__DOXYGEN__) |
206 | # define PAL_USE_CALLBACKS FALSE | 206 | # define PAL_USE_CALLBACKS TRUE |
207 | # endif | 207 | # endif |
208 | 208 | ||
209 | /** | 209 | /** |
@@ -211,7 +211,7 @@ | |||
211 | * @note Disabling this option saves both code and data space. | 211 | * @note Disabling this option saves both code and data space. |
212 | */ | 212 | */ |
213 | # if !defined(PAL_USE_WAIT) || defined(__DOXYGEN__) | 213 | # if !defined(PAL_USE_WAIT) || defined(__DOXYGEN__) |
214 | # define PAL_USE_WAIT FALSE | 214 | # define PAL_USE_WAIT TRUE |
215 | # endif | 215 | # endif |
216 | 216 | ||
217 | /*===========================================================================*/ | 217 | /*===========================================================================*/ |