5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-05 15:38:29 -04:00

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

View File

@ -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