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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#include "global.h"
#include "sys.h"
u64 gDramStack[SP_DRAM_STACK_SIZE64];
u8 gOSYieldData[OS_YIELD_DATA_SIZE];

View File

@ -1,4 +1,4 @@
#include "global.h"
#include "sys.h"
u64 gDramStack[SP_DRAM_STACK_SIZE64];
u8 gOSYieldData[OS_YIELD_DATA_SIZE];