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:
parent
bd7fc77676
commit
c96c4fc585
6 changed files with 22 additions and 20 deletions
|
@ -375,7 +375,7 @@ void init(void)
|
|||
|
||||
beeperInit(&beeperDevConfig);
|
||||
#endif
|
||||
#ifdef LIGHTS
|
||||
#ifdef USE_LIGHTS
|
||||
lightsInit();
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue