AP_RSSI : Update Telemetry

telemtry -> telemetry
This commit is contained in:
VMsunghwan 2022-01-16 14:55:21 +09:00 committed by Randy Mackay
parent 599650554c
commit e669902b9f
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ private:
// read the PWM value from a pin // read the PWM value from a pin
float read_pwm_pin_rssi(); 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(); float read_telemetry_radio_rssi();
// Scale and constrain a float rssi value to 0.0 to 1.0 range // Scale and constrain a float rssi value to 0.0 to 1.0 range