mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +03:00
Whitespace cleanup
This commit is contained in:
parent
d1a197f99e
commit
aeb9399722
1 changed files with 2 additions and 1 deletions
|
@ -116,8 +116,9 @@ throttleStatus_e calculateThrottleStatus(void)
|
|||
return THROTTLE_LOW;
|
||||
}
|
||||
} else {
|
||||
if (rcData[THROTTLE] < rxConfig()->mincheck)
|
||||
if (rcData[THROTTLE] < rxConfig()->mincheck) {
|
||||
return THROTTLE_LOW;
|
||||
}
|
||||
}
|
||||
|
||||
return THROTTLE_HIGH;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue