uORB_tests print pointer correctly

This commit is contained in:
Daniel Agar
2018-08-30 11:51:17 -04:00
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) {