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

Merge pull request #11887 from KarateBrot/styledef

Remove old style definitions
This commit is contained in:
haslinghuis 2022-10-16 00:22:02 +02:00 committed by GitHub
commit 7e441b5f4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
57 changed files with 119 additions and 117 deletions

View file

@ -99,7 +99,7 @@ static float rcDeflectionSmoothed[3];
#define RC_RX_RATE_MIN_US 950 // 0.950ms to fit 1kHz without an issue
#define RC_RX_RATE_MAX_US 65500 // 65.5ms or 15.26hz
bool getShouldUpdateFeedforward()
bool getShouldUpdateFeedforward(void)
// only used in pid.c, when feedforward is enabled, to initiate a new FF value
{
const bool updateFf = newRxDataForFF;