mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Fix function brace style
This commit is contained in:
parent
6a06f0e408
commit
9957ceb275
83 changed files with 494 additions and 251 deletions
|
@ -733,7 +733,8 @@ rcSmoothingFilter_t *getRcSmoothingData(void)
|
|||
return &rcSmoothingData;
|
||||
}
|
||||
|
||||
bool rcSmoothingInitializationComplete(void) {
|
||||
bool rcSmoothingInitializationComplete(void)
|
||||
{
|
||||
return rcSmoothingData.filterInitialized;
|
||||
}
|
||||
#endif // USE_RC_SMOOTHING_FILTER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue