summaryrefslogtreecommitdiff
path: root/quantum
diff options
context:
space:
mode:
authorzvecr <git@zvecr.com>2019-10-18 20:06:28 +0100
committerFlorian Didron <fdidron@users.noreply.github.com>2020-06-12 17:00:27 +0900
commit9d4e1c2642a217dd4890c6d3d5fca70572011f31 (patch)
tree271fcf7d9d36591ec8653e1a00a851017686f658 /quantum
parent2cbf1f08fde8c147510cf3253c66465b8f94d35f (diff)
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 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
/*===========================================================================*/