mavlink: enable 6 instead of 4 instance

This commit is contained in:
Julian Oes
2020-10-09 18:14:42 +02:00
committed by Daniel Agar
parent a16939f47e
commit 2a0ddf9f44
6 changed files with 20 additions and 9 deletions
+1 -1
View File
@@ -278,7 +278,7 @@ Mavlink::set_channel()
#endif
default:
PX4_WARN("instance ID is out of range");
PX4_WARN("instance ID %d is out of range", _instance_id);
px4_task_exit(1);
break;
}