anchao commented on code in PR #14810: URL: https://github.com/apache/nuttx/pull/14810#discussion_r1844051322
########## arch/arm/src/efm32/efm32_start.c: ########## @@ -84,7 +84,7 @@ const uintptr_t g_idle_topstack = HEAP_BASE; #ifdef CONFIG_DEBUG_FEATURES # if defined(CONFIG_ARMV7M_ITMSYSLOG) -# define showprogress(c) syslog_putc(c) +# define showprogress(c) up_putc(c) Review Comment: showprocess() is only called during the startup phase, up_putc is more suitable -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
