Skip to content

Commit

Permalink
AP_RCTelemetry: CRSF disable debug as default
Browse files Browse the repository at this point in the history
  • Loading branch information
yaapu committed Oct 8, 2020
1 parent f4e3f40 commit 72e23c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_RCTelemetry/AP_CRSF_Telem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ void AP_CRSF_Telem::calc_status_text()
break;
}
#if DEBUG_CRSF_CUSTOM_TELEM
hal.console->printf("CRSF: status text msg discarded, severity=%d", _statustext.next.severity);
hal.console->printf("CRSF: status text msg discarded, severity=%d\n", _statustext.next.severity);
#endif
}
if (!got_message) {
Expand Down

0 comments on commit 72e23c0

Please sign in to comment.