mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
Replace non critical PANIC with DEBUGPANIC to save the code space
This commit is contained in:
@@ -90,7 +90,7 @@ void up_reprioritize_rtr(struct tcb_s *tcb, uint8_t priority)
|
||||
#endif
|
||||
)
|
||||
{
|
||||
PANIC();
|
||||
DEBUGPANIC();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -134,7 +134,7 @@ void lm32_sigdeliver(void)
|
||||
* interrupts are disabled.
|
||||
*/
|
||||
|
||||
PANIC();
|
||||
DEBUGPANIC();
|
||||
}
|
||||
|
||||
#endif /* !CONFIG_DISABLE_SIGNALS */
|
||||
|
||||
Reference in New Issue
Block a user