mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Merge pull request #11761 from SteveCEvans/semicolon
Remove superfluous double ;
This commit is contained in:
commit
2bb3fef844
15 changed files with 310 additions and 310 deletions
|
@ -1951,7 +1951,7 @@ void osdUpdateAlarms(void)
|
|||
CLR_BLINK(OSD_HOME_DIST);
|
||||
}
|
||||
} else {
|
||||
CLR_BLINK(OSD_HOME_DIST);;
|
||||
CLR_BLINK(OSD_HOME_DIST);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue