mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Minor blackbox code tidy
This commit is contained in:
parent
b8a8f6d2d8
commit
50ac13d79b
5 changed files with 48 additions and 65 deletions
|
@ -88,7 +88,7 @@ void failsafeInit(void)
|
|||
return;
|
||||
}
|
||||
|
||||
failsafePhase_e failsafePhase()
|
||||
failsafePhase_e failsafePhase(void)
|
||||
{
|
||||
return failsafeState.phase;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue