Skip to content

Commit

Permalink
allow setting lua heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Sep 6, 2023
1 parent 92d2449 commit 82533b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firmware/config/stm32f4ems/efifeatures.h
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,9 @@
// small memory F40x can't fit perf trace
#define ENABLE_PERF_TRACE FALSE

#ifndef LUA_USER_HEAP
#define LUA_USER_HEAP 25000
#endif
#endif

#ifndef EFI_LUA
Expand Down

0 comments on commit 82533b5

Please sign in to comment.