mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
Merge pull request #906 from jmattsson/cleanup_optram
Remove left-over cruft regarding Lua mem opt.
This commit is contained in:
commit
01878dc599
@ -57,13 +57,6 @@
|
||||
|
||||
// #define LUA_NUMBER_INTEGRAL
|
||||
|
||||
#define LUA_OPTRAM
|
||||
#ifdef LUA_OPTRAM
|
||||
#define LUA_OPTIMIZE_MEMORY 2
|
||||
#else
|
||||
#define LUA_OPTIMIZE_MEMORY 0
|
||||
#endif /* LUA_OPTRAM */
|
||||
|
||||
#define READLINE_INTERVAL 80
|
||||
#define LUA_TASK_PRIO USER_TASK_PRIO_0
|
||||
#define LUA_PROCESS_LINE_SIG 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user