mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-30 11:24:07 +08:00
fix mixer_module: use PRIx32 for debug printf
This commit is contained in:
parent
ad1bcfd77c
commit
0c5a79d84d
@ -191,8 +191,8 @@ bool MixingOutput::updateSubscriptions(bool allow_wq_switch, bool limit_callback
|
||||
_groups_subscribed = _groups_required;
|
||||
setMaxTopicUpdateRate(_max_topic_update_interval_us);
|
||||
|
||||
PX4_DEBUG("_groups_required 0x%08x", _groups_required);
|
||||
PX4_DEBUG("_groups_subscribed 0x%08x", _groups_subscribed);
|
||||
PX4_DEBUG("_groups_required 0x%08" PRIx32, _groups_required);
|
||||
PX4_DEBUG("_groups_subscribed 0x%08" PRIx32, _groups_subscribed);
|
||||
|
||||
unlock();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user