mirror of
https://github.com/apache/nuttx.git
synced 2026-08-17 18:28:25 +00:00
arch/arm/src/samd5e5/sam_start.c: Fix a typo/error when debug features are enabled.
This commit is contained in:
parent
a0fb3e11ac
commit
54db2cadd2
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ void __start(void) __attribute__ ((no_instrument_function));
|
|||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_DEBUG_FEATURES
|
||||
# define showprogress(c) up_lowputc(c)
|
||||
# define showprogress(c) sam_lowputc(c)
|
||||
#else
|
||||
# define showprogress(c)
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue