Initial arm serial partially based on old lets split code (#7072)

This commit is contained in:
Joel Challis
2020-05-21 19:39:51 +01:00
committed by GitHub
2 changed files with 292 additions and 2 deletions

View File

@@ -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
/*===========================================================================*/