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
b7a99358
Commit
b7a99358
authored
Apr 28, 2019
by
devsaurus
Browse files
u8g2: fix return value
parent
530c353f
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/modules/u8g2.c
View file @
b7a99358
...
@@ -547,6 +547,7 @@ static int lu8g2_updateDisplay( lua_State *L )
...
@@ -547,6 +547,7 @@ static int lu8g2_updateDisplay( lua_State *L )
u8g2_UpdateDisplay
(
u8g2
);
u8g2_UpdateDisplay
(
u8g2
);
return
0
;
}
}
static
int
lu8g2_updateDisplayArea
(
lua_State
*
L
)
static
int
lu8g2_updateDisplayArea
(
lua_State
*
L
)
...
...
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