only:small-can-board (#5350)
This commit is contained in:
parent
f0335453a7
commit
70badc6c4c
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue