diff --git a/libraries/AP_ADSB/AP_ADSB_Sagetech.h b/libraries/AP_ADSB/AP_ADSB_Sagetech.h index c295f7514e..e7c109a454 100644 --- a/libraries/AP_ADSB/AP_ADSB_Sagetech.h +++ b/libraries/AP_ADSB/AP_ADSB_Sagetech.h @@ -125,7 +125,7 @@ private: void handle_adsb_in_msg(const Packet_XP &msg); void handle_ack(const Packet_XP &msg); - // send messages to to transceiver + // send messages to transceiver void send_msg_Installation(); void send_msg_PreFlight(); void send_msg_Operating();