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:
parent
bd7fc77676
commit
c96c4fc585
6 changed files with 22 additions and 20 deletions
|
@ -206,7 +206,7 @@ void initActiveBoxIds(void)
|
|||
|
||||
activeBoxIds[activeBoxIdCount++] = BOXBEEPERON;
|
||||
|
||||
#ifdef LIGHTS
|
||||
#ifdef USE_LIGHTS
|
||||
activeBoxIds[activeBoxIdCount++] = BOXLIGHTS;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue