1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Remove superfluous double ;

This commit is contained in:
Steve Evans 2022-07-24 14:49:35 +01:00
parent 1f821b6d56
commit cf3615938b
15 changed files with 310 additions and 310 deletions

View file

@ -1922,7 +1922,7 @@ void osdUpdateAlarms(void)
CLR_BLINK(OSD_HOME_DIST);
}
} else {
CLR_BLINK(OSD_HOME_DIST);;
CLR_BLINK(OSD_HOME_DIST);
}
#endif