Replace non critical PANIC with DEBUGPANIC to save the code space

This commit is contained in:
Xiang Xiao
2018-08-24 06:21:15 -06:00
committed by Gregory Nutt
parent e90f0403a6
commit 467d2a58ea
51 changed files with 64 additions and 64 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ void os_idle_trampoline(void)
/* The IDLE task should never return */
PANIC();
DEBUGPANIC();
}
/****************************************************************************