Commit b7a99358 authored by devsaurus's avatar devsaurus
Browse files

u8g2: fix return value

parent 530c353f
...@@ -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 )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment