mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 04:45:17 +03:00
C function backlightOn() renamed to resetBacklightTimeout()
This commit is contained in:
parent
2873f7fd4d
commit
fdf77fb476
11 changed files with 15 additions and 15 deletions
|
@ -72,7 +72,7 @@ Reset the backlight timeout
|
|||
static int luaLcdResetBacklightTimeout(lua_State * L)
|
||||
{
|
||||
if (!luaLcdAllowed) return 0;
|
||||
backlightOn();
|
||||
resetBacklightTimeout();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue