mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-13 04:34:19 +08:00
mavlink: do not send autopilot capabilities to avoid crash
This commit is contained in:
@@ -1570,7 +1570,7 @@ Mavlink::task_main(int argc, char *argv[])
|
||||
/* now the instance is fully initialized and we can bump the instance count */
|
||||
LL_APPEND(_mavlink_instances, this);
|
||||
|
||||
send_autopilot_capabilites();
|
||||
//send_autopilot_capabilites();
|
||||
|
||||
while (!_task_should_exit) {
|
||||
/* main loop */
|
||||
|
||||
Reference in New Issue
Block a user