Skip to content

Commit 64afe00

Browse files
committed
AP_RCTelemetry: reword comment to more closely indicate what a function does
1 parent 81cd018 commit 64afe00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/AP_RCTelemetry/AP_RCTelemetry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ uint8_t AP_RCTelemetry::run_wfq_scheduler(const bool use_shaper)
9999
float delay = 0;
100100
bool packet_ready = false;
101101

102-
// build message queue for unhealthy_sensors()
102+
// queue messages for any unhealthy sensors
103103
check_sensor_status_flags();
104104
// build message queue for ekf_status
105105
check_ekf_status();

0 commit comments

Comments
 (0)