Merge pull request #9703 from IllusionFpv/add-rates-type-to-blackbox-header

Add rates_type to blackbox header
This commit is contained in:
Michael Keller 2020-04-18 23:53:16 +12:00 committed by GitHub
commit 4f2a6103bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1427,7 +1427,7 @@ static bool blackboxWriteSysinfo(void)
rcSmoothingData->derivativeCutoffFrequency);
BLACKBOX_PRINT_HEADER_LINE("rc_smoothing_rx_average", "%d", rcSmoothingData->averageFrameTimeUs);
#endif // USE_RC_SMOOTHING_FILTER
BLACKBOX_PRINT_HEADER_LINE("rates_type", "%d", currentControlRateProfile->rates_type);
default:
return true;