aboutsummaryrefslogtreecommitdiffstats
path: root/quantum
diff options
context:
space:
mode:
authorzvecr <git@zvecr.com>2019-10-18 20:06:28 +0100
committerzvecr <git@zvecr.com>2020-05-21 18:04:30 +0100
commitb95979560c9b789d143a51d58446ef5c284c107d (patch)
tree4759c3d49ad30bb3c839b0b0ab5f637d753a52dd /quantum
parent65150984bd1f9c301b080652fe60b181765bb9be (diff)
downloadfirmware-b95979560c9b789d143a51d58446ef5c284c107d.tar.gz
firmware-b95979560c9b789d143a51d58446ef5c284c107d.tar.bz2
firmware-b95979560c9b789d143a51d58446ef5c284c107d.zip
Initial arm serial partially based on old lets split code
Diffstat (limited to 'quantum')
-rw-r--r--quantum/stm32/halconf.h4
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 @@
* @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
/*===========================================================================*/