mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
code formating
This commit is contained in:
parent
05e42db90b
commit
4b415d54cb
1 changed files with 1 additions and 1 deletions
|
@ -1275,7 +1275,7 @@ static void osdUpdateStats(void)
|
|||
stats.max_altitude = altitude;
|
||||
}
|
||||
|
||||
if (stats.max_g_force < osdGForce){
|
||||
if (stats.max_g_force < osdGForce) {
|
||||
stats.max_g_force = osdGForce;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue