mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
arch/arm/src/samd5e5/sam_start.c: Fix a typo/error when debug features are enabled.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user