Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
01878dc5
Commit
01878dc5
authored
Jan 07, 2016
by
Terry Ellison
Browse files
Merge pull request #906 from jmattsson/cleanup_optram
Remove left-over cruft regarding Lua mem opt.
parents
ce639e44
0b2d9030
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/include/user_config.h
View file @
01878dc5
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment