mbv: small refactor interrupts
This commit is contained in:
@@ -4,3 +4,6 @@ using Isr = void(*)();
|
||||
|
||||
void SetExternalInterruptHandler(Isr handler);
|
||||
void EnableExternalInterrupts();
|
||||
|
||||
/** Returns true if interrupts were enabled, false otherwise */
|
||||
bool EnableInterrupts(bool on);
|
||||
|
||||
Reference in New Issue
Block a user