mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 09:45:21 +03:00
[Horus] Refactoring continued
This commit is contained in:
parent
c8f77fceec
commit
e18e6f9c41
51 changed files with 376 additions and 753 deletions
|
@ -417,7 +417,7 @@ static int luaLcdLock(lua_State *L)
|
|||
|
||||
static int luaLcdClear(lua_State *L)
|
||||
{
|
||||
if (luaLcdAllowed) lcd_clear();
|
||||
if (luaLcdAllowed) lcdClear();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue