1
0
Fork 0
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:
Bertrand Songis 2015-10-22 17:16:21 +02:00
parent c8f77fceec
commit e18e6f9c41
51 changed files with 376 additions and 753 deletions

View file

@ -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;
}