mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 13:31:27 +08:00
Update src/lib/drivers/rangefinder/PX4Rangefinder.hpp
Co-authored-by: Jacob Dahl <37091262+dakejahl@users.noreply.github.com>
This commit is contained in:
committed by
Matthias Grob
parent
ba4437ae60
commit
11bf3cffde
@@ -70,5 +70,5 @@ public:
|
||||
|
||||
private:
|
||||
uORB::PublicationMultiData<distance_sensor_s> _distance_sensor_pub{ORB_ID(distance_sensor)};
|
||||
hrt_abstime _q_update_now;
|
||||
hrt_abstime _q_update_now {};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user