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
@@ -90,7 +90,7 @@ void up_reprioritize_rtr(struct tcb_s *tcb, uint8_t priority)
#endif
)
{
PANIC();
DEBUGPANIC();
}
else
{
+1 -1
View File
@@ -134,7 +134,7 @@ void lm32_sigdeliver(void)
* interrupts are disabled.
*/
PANIC();
DEBUGPANIC();
}
#endif /* !CONFIG_DISABLE_SIGNALS */