mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 20:03:54 +08:00
uORB_tests print pointer correctly
This commit is contained in:
committed by
Lorenz Meier
parent
d11c6af923
commit
99ed46949e
@@ -280,7 +280,7 @@ int uORBTest::UnitTest::test_single()
|
||||
return test_fail("advertise failed: %d", errno);
|
||||
}
|
||||
|
||||
test_note("publish handle 0x%08x", ptopic);
|
||||
test_note("publish handle %p", ptopic);
|
||||
sfd = orb_subscribe(ORB_ID(orb_test));
|
||||
|
||||
if (sfd < 0) {
|
||||
|
||||
Reference in New Issue
Block a user