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:
parent
7e6dc610ac
commit
791b1173e3
78 changed files with 745 additions and 749 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue