refactor main and irqmgr

This commit is contained in:
Prakxo
2023-08-03 00:16:21 +02:00
parent ff9bf7e84f
commit fd35cf0e9b
13 changed files with 77 additions and 18 deletions
+6
View File
@@ -3,8 +3,14 @@
#include "types.h"
#define IRQMGR_STACK_SIZE 0x1000
#define PADMGR_STACK_SIZE 0x1000
#define GRAPH_STACK_SIZE 0x2000
extern u8 graphStack[];
extern u8 padmgrStack[];
extern u8 irqmgrStack[];
#endif