Initial arm serial partially based on old lets split code
This commit is contained in:
parent
65150984bd
commit
b95979560c
2 changed files with 292 additions and 2 deletions
|
@ -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
|
||||
|
||||
/*===========================================================================*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue