1
0
Fork 0
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:
Bertrand Songis 2020-03-27 10:43:06 +01:00
parent 2873f7fd4d
commit fdf77fb476
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
11 changed files with 15 additions and 15 deletions

View file

@ -72,7 +72,7 @@ Reset the backlight timeout
static int luaLcdResetBacklightTimeout(lua_State * L)
{
if (!luaLcdAllowed) return 0;
backlightOn();
resetBacklightTimeout();
return 0;
}