From e669902b9fa17519170226a73efaedb1e6eb0789 Mon Sep 17 00:00:00 2001 From: VMsunghwan Date: Sun, 16 Jan 2022 14:55:21 +0900 Subject: [PATCH] AP_RSSI : Update Telemetry telemtry -> telemetry --- libraries/AP_RSSI/AP_RSSI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_RSSI/AP_RSSI.h b/libraries/AP_RSSI/AP_RSSI.h index 74e7dce7a5..2398d53697 100644 --- a/libraries/AP_RSSI/AP_RSSI.h +++ b/libraries/AP_RSSI/AP_RSSI.h @@ -93,7 +93,7 @@ private: // read the PWM value from a pin float read_pwm_pin_rssi(); - // read the (RC) RSSI value from telemtry radio RSSI (e.g. rfd900x pass-through) + // read the (RC) RSSI value from telemetry radio RSSI (e.g. rfd900x pass-through) float read_telemetry_radio_rssi(); // Scale and constrain a float rssi value to 0.0 to 1.0 range