mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-27 21:24:07 +08:00
mavlink: do not send autopilot capabilities to avoid crash
This commit is contained in:
parent
4aa4038e27
commit
9da40a69cc
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user