xiaoxiang781216 commented on code in PR #10553:
URL: https://github.com/apache/nuttx/pull/10553#discussion_r1320742731
##########
sched/misc/assert.c:
##########
@@ -674,6 +674,14 @@ void _assert(FAR const char *filename, int linenum,
#else
for (; ; )
{
+#ifdef CONFIG_ARCH_LEDS
+ /* FLASH LEDs a 2Hz */
+ // board_autoled_on(LED_PANIC);
+ printf("ON\n");
+ up_mdelay(250);
+ printf("OFF\n");
Review Comment:
please polish your code.
--
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]