1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 09:16:07 +03:00

Code style improvement

Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
This commit is contained in:
Vladimir Demidov 2025-04-18 23:15:15 +03:00 committed by GitHub
parent ac8fe74a5d
commit 4ce36d7cd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -209,4 +209,4 @@ void FAST_CODE afcsUpdate(const pidProfile_t *pidProfile)
DEBUG_SET(DEBUG_AFCS, 2, lrintf(pitchStabilityCtrl * 10.0f));
DEBUG_SET(DEBUG_AFCS, 3, lrintf(pidRuntime.afcsElevatorAddition * 10.0f));
}
#endif
#endif