mavlink: do not send autopilot capabilities to avoid crash

This commit is contained in:
tumbili 2015-06-03 21:43:09 +02:00 committed by Mark Charlebois
parent 4aa4038e27
commit 9da40a69cc

View File

@ -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 */