mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +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);
|
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));
|
sfd = orb_subscribe(ORB_ID(orb_test));
|
||||||
|
|
||||||
if (sfd < 0) {
|
if (sfd < 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user