Files
ac-decomp/src/system/sys_stacks.c
T
Luke Street 1b0b96665a Migrate to dtk-template
Co-authored-by: NWPlayer123 <NWPlayer123@users.noreply.github.com>
2024-10-28 19:18:21 -06:00

8 lines
150 B
C

#include "types.h"
#include "sys_stacks.h"
u8 graphStack[GRAPH_STACK_SIZE];
u8 padmgrStack [PADMGR_STACK_SIZE];
u8 irqmgrStack [IRQMGR_STACK_SIZE];