only:small-can-board (#5350)

This commit is contained in:
rusefillc 2023-06-23 00:06:20 -04:00 committed by GitHub
parent f0335453a7
commit 70badc6c4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -17,10 +17,17 @@
#define LUA_USER_HEAP 1
#endif // LUA_USER_HEAP
#ifdef DPERSISTENT_LOCATION_TODO
#define LUA_HEAD_RAM_SECTION CCM_OPTIONAL
#endif
static char luaUserHeap[LUA_USER_HEAP]
#ifdef EFI_HAS_EXT_SDRAM
SDRAM_OPTIONAL
#endif
#ifdef LUA_HEAD_RAM_SECTION
LUA_HEAD_RAM_SECTION
#endif
;
class Heap {