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
e3ed4fc0
Commit
e3ed4fc0
authored
Feb 20, 2015
by
devsaurus
Browse files
fix typo
parent
6c0adbf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/modules/u8g.c
View file @
e3ed4fc0
...
...
@@ -1045,7 +1045,7 @@ static int lu8g_ssd1306_128x64_i2c( lua_State *L )
u8g_InitI2C
(
LU8G
,
&
(
lud
->
dev
),
U8G_I2C_OPT_NONE
);
#else
u8g_InitI2C
(
LU8G
,
u8g_dev_ssd1306_128x64_i2c
,
U8G_I2C_OPT_NONE
);
u8g_InitI2C
(
LU8G
,
&
u8g_dev_ssd1306_128x64_i2c
,
U8G_I2C_OPT_NONE
);
#endif
...
...
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