mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Removed lidar lite reset after intialization
This commit is contained in:
parent
40850f58ee
commit
005f530eed
@ -150,7 +150,7 @@ LidarLiteI2C::probe()
|
||||
}
|
||||
|
||||
_retries = 3;
|
||||
return reset_sensor();
|
||||
return OK;
|
||||
}
|
||||
|
||||
PX4_DEBUG("probe failed unit_id=0x%02x hw_version=0x%02x sw_version=0x%02x",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user