Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
159e9c6a
Commit
159e9c6a
authored
Aug 22, 2015
by
aeprox
Browse files
make modulename lowercase
parent
d1758aee
Changes
1
Show whitespace changes
Inline
Side-by-side
app/modules/modules.h
View file @
159e9c6a
...
@@ -222,7 +222,7 @@
...
@@ -222,7 +222,7 @@
#endif
#endif
#if defined(LUA_USE_MODULES_TSL2561)
#if defined(LUA_USE_MODULES_TSL2561)
#define MODULES_TSL2561 "
TSL
2561"
#define MODULES_TSL2561 "
tsl
2561"
#define ROM_MODULES_TSL2561 \
#define ROM_MODULES_TSL2561 \
_ROM(MODULES_TSL2561, luaopen_tsl2561, tsl2561_map)
_ROM(MODULES_TSL2561, luaopen_tsl2561, tsl2561_map)
#else
#else
...
...
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