1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 08:15:26 +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

@ -206,7 +206,7 @@ void initActiveBoxIds(void)
activeBoxIds[activeBoxIdCount++] = BOXBEEPERON;
#ifdef LIGHTS
#ifdef USE_LIGHTS
activeBoxIds[activeBoxIdCount++] = BOXLIGHTS;
#endif