diff options
author | Joel Challis <git@zvecr.com> | 2020-05-21 19:39:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-21 19:39:51 +0100 |
commit | 526c185e7e029387b178e52de7e1c7e4623301ae (patch) | |
tree | 516c5d31c25afb25652ac75b4264f95fdf8dcfe5 /quantum | |
parent | c63fd051dade376ec8d44245b3b8058dd5549af6 (diff) | |
parent | b95979560c9b789d143a51d58446ef5c284c107d (diff) |
Initial arm serial partially based on old lets split code (#7072)
Diffstat (limited to 'quantum')
-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 533803a25f..b6c7b392ca 100644 --- a/quantum/stm32/halconf.h +++ b/quantum/stm32/halconf.h @@ -203,7 +203,7 @@ * @note Disabling this option saves both code and data space. */ # if !defined(PAL_USE_CALLBACKS) || defined(__DOXYGEN__) -# define PAL_USE_CALLBACKS FALSE +# define PAL_USE_CALLBACKS TRUE # endif /** @@ -211,7 +211,7 @@ * @note Disabling this option saves both code and data space. */ # if !defined(PAL_USE_WAIT) || defined(__DOXYGEN__) -# define PAL_USE_WAIT FALSE +# define PAL_USE_WAIT TRUE # endif /*===========================================================================*/ |