mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
df_imu: remove debug relict
This commit is contained in:
parent
ec8a58a9ac
commit
507b9130fd
@ -124,8 +124,6 @@ int DfImu::start()
|
||||
{
|
||||
struct accel_report arp = {};
|
||||
|
||||
arp.timestamp = 1234;
|
||||
|
||||
/* measurement will have generated a report, publish */
|
||||
_accel_topic = orb_advertise_multi(ORB_ID(sensor_accel), &arp,
|
||||
&_accel_orb_class_instance, ORB_PRIO_DEFAULT);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user