mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-24 00:35:34 +03:00
Update lights.c
This commit is contained in:
parent
2ab79e01aa
commit
3be64a3c1d
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ void lightsUpdate(timeUs_t currentTimeUs)
|
|||
lightsSetStatus(IS_RC_MODE_ACTIVE(BOXLIGHTS), currentTimeUs);
|
||||
}
|
||||
|
||||
void lightsInit()
|
||||
void lightsInit(void)
|
||||
{
|
||||
lightsHardwareInit();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue