Header fix for buffers.h (#253)

* cleanup

* buffers
This commit is contained in:
petrie911
2024-05-17 10:33:44 -05:00
committed by GitHub
parent ea1349aabe
commit acead8f271
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include "global.h"
#include "sys.h"
u64 gDramStack[SP_DRAM_STACK_SIZE64];
u8 gOSYieldData[OS_YIELD_DATA_SIZE];
+1 -1
View File
@@ -1,4 +1,4 @@
#include "global.h"
#include "sys.h"
u64 gDramStack[SP_DRAM_STACK_SIZE64];
u8 gOSYieldData[OS_YIELD_DATA_SIZE];