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
f338d31f
Commit
f338d31f
authored
Dec 02, 2018
by
devsaurus
Browse files
remove unused variable
parent
b0d64463
Changes
1
Show whitespace changes
Inline
Side-by-side
components/base_nodemcu/uart.c
View file @
f338d31f
...
@@ -175,7 +175,6 @@ static int uart_setup( lua_State* L )
...
@@ -175,7 +175,6 @@ static int uart_setup( lua_State* L )
static
int
uart_setmode
(
lua_State
*
L
)
static
int
uart_setmode
(
lua_State
*
L
)
{
{
unsigned
id
,
mode
;
unsigned
id
,
mode
;
uint32_t
res
;
id
=
luaL_checkinteger
(
L
,
1
);
id
=
luaL_checkinteger
(
L
,
1
);
MOD_CHECK_ID
(
uart
,
id
);
MOD_CHECK_ID
(
uart
,
id
);
...
...
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