mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Replace non critical PANIC with DEBUGPANIC to save the code space
This commit is contained in:
@@ -111,7 +111,7 @@ void os_idle_trampoline(void)
|
||||
|
||||
/* The IDLE task should never return */
|
||||
|
||||
PANIC();
|
||||
DEBUGPANIC();
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user