Implement irqmgr

This commit is contained in:
Cuyler36
2023-04-29 08:04:22 -04:00
parent 7581a5c5bd
commit aad0bc2f09
5 changed files with 261 additions and 3 deletions
+1
View File
@@ -5,6 +5,7 @@
#include "types.h"
#include "dolphin/os/OSAlarm.h"
#include "dolphin/os/OSMessage.h"
#ifdef __cplusplus
extern "C" {