mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-13 09:30:35 +08:00
mavlink: enable 6 instead of 4 instance
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user