1
0
Fork 0

Initial arm serial partially based on old lets split code

This commit is contained in:
zvecr 2019-10-18 20:06:28 +01:00
parent 65150984bd
commit b95979560c
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
/*===========================================================================*/