mirror of https://github.com/ArduPilot/ardupilot
AP_ESC_Telem: Fix some typos
Fixed some typos found in the code.
This commit is contained in:
parent
acda439a40
commit
c779d0b879
|
@ -87,7 +87,7 @@ public:
|
|||
// send telemetry data to mavlink
|
||||
void send_esc_telemetry_mavlink(uint8_t mav_chan);
|
||||
|
||||
// udpate at 10Hz to log telemetry
|
||||
// update at 10Hz to log telemetry
|
||||
void update();
|
||||
|
||||
// is rpm telemetry configured for the provided channel mask
|
||||
|
|
Loading…
Reference in New Issue