drivers: cyphal: Fix ARM/x86 printf werror portability error

This commit is contained in:
Peter van der Perk 2024-03-31 21:21:42 +02:00 committed by Daniel Agar
parent fe8a5eae99
commit d5b66cac2c

View File

@ -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));
}
};