Skip to content

Commit 41cfd39

Browse files
authored
add rc rates_type to BBL header (#931)
1 parent 9d64ef6 commit 41cfd39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/blackbox/blackbox.c

+1
Original file line numberDiff line numberDiff line change
@@ -1138,6 +1138,7 @@ static bool blackboxWriteSysinfo(void) {
11381138
BLACKBOX_PRINT_HEADER_LINE("spa_yaw_p", "%d", currentPidProfile->setPointPTransition[YAW]);
11391139
BLACKBOX_PRINT_HEADER_LINE("spa_yaw_i", "%d", currentPidProfile->setPointITransition[YAW]);
11401140
BLACKBOX_PRINT_HEADER_LINE("spa_yaw_d", "%d", currentPidProfile->setPointDTransition[YAW]);
1141+
BLACKBOX_PRINT_HEADER_LINE("rates_type", "%d", currentControlRateProfile->rates_type);
11411142
BLACKBOX_PRINT_HEADER_LINE("rc_rates", "%d,%d,%d", currentControlRateProfile->rcRates[ROLL],
11421143
currentControlRateProfile->rcRates[PITCH],
11431144
currentControlRateProfile->rcRates[YAW]);

0 commit comments

Comments
 (0)