1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-15 04:15:26 +03:00

Another couple of functions renamed

And nothing else this time!
This commit is contained in:
Bertrand Songis 2015-11-25 21:24:20 +01:00
parent 7e6dc610ac
commit 791b1173e3
78 changed files with 745 additions and 749 deletions

View file

@ -233,7 +233,7 @@ static int luaLcdDrawNumber(lua_State *L)
n = val * 10;
else
n = val;
lcd_outdezAtt(x, y, n, att);
lcdDrawNumber(x, y, n, att);
return 0;
}