yamt commented on code in PR #14810:
URL: https://github.com/apache/nuttx/pull/14810#discussion_r1846033438


##########
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:
   what's the point of this ifdef block then?
   



-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to