mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 09:00:34 +08:00
timesync: Add uORB topic, general fixes
This commit is contained in:
committed by
Mohammed Kabir
parent
3c36a61569
commit
66e6938c6d
@@ -250,3 +250,7 @@ ORB_DEFINE(wind_estimate, struct wind_estimate_s);
|
||||
|
||||
#include "topics/rc_parameter_map.h"
|
||||
ORB_DEFINE(rc_parameter_map, struct rc_parameter_map_s);
|
||||
|
||||
#include "topics/time_offset.h"
|
||||
ORB_DEFINE(time_offset, struct time_offset_s);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user