1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-26 09:45:33 +03:00

digital lights control: add USE_ prefix

This commit is contained in:
Michel Pastor 2018-01-23 18:36:34 +01:00
parent bd7fc77676
commit c96c4fc585
6 changed files with 22 additions and 20 deletions

View file

@ -375,7 +375,7 @@ void init(void)
beeperInit(&beeperDevConfig);
#endif
#ifdef LIGHTS
#ifdef USE_LIGHTS
lightsInit();
#endif