mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
ll40ls: start a measurement after a probe
this ensures register 0 also works
This commit is contained in:
parent
cb79ef4df3
commit
6c75ee4ff9
@ -325,7 +325,9 @@ LL40LS::probe()
|
||||
|
||||
ok:
|
||||
_retries = 3;
|
||||
return OK;
|
||||
|
||||
// start a measurement
|
||||
return measure();
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user