From b95979560c9b789d143a51d58446ef5c284c107d Mon Sep 17 00:00:00 2001
From: zvecr <git@zvecr.com>
Date: Fri, 18 Oct 2019 20:06:28 +0100
Subject: Initial arm serial partially based on old lets split code

---
 quantum/stm32/halconf.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'quantum')

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
 
 /*===========================================================================*/
-- 
cgit v1.2.3