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
d4b6180c
Commit
d4b6180c
authored
Mar 07, 2017
by
devsaurus
Browse files
fix sigma_delta component naming
parent
e203a582
Changes
2
Hide whitespace changes
Inline
Side-by-side
components/modules/Kconfig
View file @
d4b6180c
...
@@ -97,7 +97,7 @@ config LUA_MODULE_NODE
...
@@ -97,7 +97,7 @@ config LUA_MODULE_NODE
help
help
Includes the node module (recommended).
Includes the node module (recommended).
config LUA_MODULE_SIGMADELTA
config LUA_MODULE_SIGMA
_
DELTA
bool "Sigma-Delta module"
bool "Sigma-Delta module"
default "n"
default "n"
help
help
...
...
components/modules/sigma_delta.c
View file @
d4b6180c
...
@@ -87,4 +87,4 @@ static const LUA_REG_TYPE sigma_delta_map[] =
...
@@ -87,4 +87,4 @@ static const LUA_REG_TYPE sigma_delta_map[] =
{
LNILKEY
,
LNILVAL
}
{
LNILKEY
,
LNILVAL
}
};
};
NODEMCU_MODULE
(
SIGMADELTA
,
"sigma_delta"
,
sigma_delta_map
,
NULL
);
NODEMCU_MODULE
(
SIGMA
_
DELTA
,
"sigma_delta"
,
sigma_delta_map
,
NULL
);
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