mirror of https://github.com/ArduPilot/ardupilot
Plane: move heartbeat sending to gcs instead of by vehicles
This commit is contained in:
parent
3f359886cd
commit
08d5e7d4ae
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue