1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 16:55:20 +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

@ -635,7 +635,7 @@ static inline void GET_ADC_IF_MIXER_NOT_RUNNING()
#include "sbus.h"
void backlightOn();
void resetBacklightTimeout();
void checkBacklight();
#define BITMASK(bit) (1<<(bit))