diff --git a/ArduPlane/ArduPlane.cpp b/ArduPlane/ArduPlane.cpp index f327b376fa..67aff9c536 100644 --- a/ArduPlane/ArduPlane.cpp +++ b/ArduPlane/ArduPlane.cpp @@ -258,9 +258,6 @@ extern AP_IOMCU iomcu; void Plane::one_second_loop() { - // send a heartbeat - gcs().send_message(MSG_HEARTBEAT); - // make it possible to change control channel ordering at runtime set_control_channels();