mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
drivers: cyphal: Fix ARM/x86 printf werror portability error
This commit is contained in:
parent
fe8a5eae99
commit
d5b66cac2c
@ -85,7 +85,7 @@ public:
|
||||
_uorb_pub.publish(*data);
|
||||
|
||||
} else {
|
||||
PX4_ERR("uORB over UAVCAN %s payload size mismatch got %d expected %d",
|
||||
PX4_ERR("uORB over UAVCAN %s payload size mismatch got %zu expected %zu",
|
||||
_subj_sub._subject_name, receive.payload_size, get_payload_size(data));
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user