1
0
Fork 0
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:
Mathias Rasmussen 2021-12-29 21:51:43 +01:00 committed by KarateBrot
parent 6a06f0e408
commit 9957ceb275
83 changed files with 494 additions and 251 deletions

View file

@ -733,7 +733,8 @@ rcSmoothingFilter_t *getRcSmoothingData(void)
return &rcSmoothingData;
}
bool rcSmoothingInitializationComplete(void) {
bool rcSmoothingInitializationComplete(void)
{
return rcSmoothingData.filterInitialized;
}
#endif // USE_RC_SMOOTHING_FILTER