looks like a typo
This commit is contained in:
parent
eca29e6958
commit
67e7a1b6cf
|
@ -12,12 +12,13 @@
|
||||||
|
|
||||||
#if EFI_PROD_CODE || EFI_SIMULATOR
|
#if EFI_PROD_CODE || EFI_SIMULATOR
|
||||||
|
|
||||||
#ifndef RAM_UNUSED_SIZE
|
#ifndef LUA_USER_HEAP
|
||||||
#define LUA_USER_HEAP 12000
|
#define LUA_USER_HEAP 12000
|
||||||
#endif
|
#endif // LUA_USER_HEAP
|
||||||
#ifndef CCM_UNUSED_SIZE
|
|
||||||
|
#ifndef LUA_SYSTEM_HEAP
|
||||||
#define LUA_SYSTEM_HEAP 15000
|
#define LUA_SYSTEM_HEAP 15000
|
||||||
#endif
|
#endif // LUA_SYSTEM_HEAP
|
||||||
|
|
||||||
static char luaUserHeap[LUA_USER_HEAP];
|
static char luaUserHeap[LUA_USER_HEAP];
|
||||||
static char luaSystemHeap[LUA_SYSTEM_HEAP];
|
static char luaSystemHeap[LUA_SYSTEM_HEAP];
|
||||||
|
|
Loading…
Reference in New Issue