1
0
Fork 0
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:
J Blackman 2022-08-05 08:28:20 +10:00 committed by GitHub
commit 2bb3fef844
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 310 additions and 310 deletions

View file

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