1
0
Fork 0
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:
Tygrys-1 2021-03-09 12:53:59 +01:00 committed by GitHub
parent 2ab79e01aa
commit 3be64a3c1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ void lightsUpdate(timeUs_t currentTimeUs)
lightsSetStatus(IS_RC_MODE_ACTIVE(BOXLIGHTS), currentTimeUs);
}
void lightsInit()
void lightsInit(void)
{
lightsHardwareInit();
}