mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Rename irqsave() and irqrestore() to up_irq_save() and up_irq_restore()
This commit is contained in:
@@ -64,6 +64,6 @@ void up_irqinitialize(void)
|
||||
/* And finally, enable interrupts (including the timer) */
|
||||
|
||||
#ifndef CONFIG_SUPPRESS_INTERRUPTS
|
||||
irqrestore(Z80_C_FLAG);
|
||||
up_irq_restore(Z80_C_FLAG);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user