AP_ESC_Telem: Fix some typos

Fixed some typos found in the code.
This commit is contained in:
Mykhailo Kuznietsov 2023-10-11 18:41:52 +11:00 committed by Peter Barker
parent acda439a40
commit c779d0b879

View File

@ -87,7 +87,7 @@ public:
// send telemetry data to mavlink // send telemetry data to mavlink
void send_esc_telemetry_mavlink(uint8_t mav_chan); void send_esc_telemetry_mavlink(uint8_t mav_chan);
// udpate at 10Hz to log telemetry // update at 10Hz to log telemetry
void update(); void update();
// is rpm telemetry configured for the provided channel mask // is rpm telemetry configured for the provided channel mask