More fixups for orb_advert_t changed to void *

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois
2015-05-25 23:12:39 -07:00
committed by Lorenz Meier
parent bd2b5e4738
commit a452478ef9
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ TRONE::TRONE(int bus, int address) :
_collect_phase(false),
_class_instance(-1),
_orb_class_instance(-1),
_distance_sensor_topic(0),
_distance_sensor_topic(nullptr),
_sample_perf(perf_alloc(PC_ELAPSED, "trone_read")),
_comms_errors(perf_alloc(PC_COUNT, "trone_comms_errors")),
_buffer_overflows(perf_alloc(PC_COUNT, "trone_buffer_overflows"))