aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/ll40ls
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/ll40ls')
-rw-r--r--src/drivers/ll40ls/ll40ls.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/drivers/ll40ls/ll40ls.cpp b/src/drivers/ll40ls/ll40ls.cpp
index ce0363dbb..6793acd81 100644
--- a/src/drivers/ll40ls/ll40ls.cpp
+++ b/src/drivers/ll40ls/ll40ls.cpp
@@ -325,7 +325,9 @@ LL40LS::probe()
ok:
_retries = 3;
- return OK;
+
+ // start a measurement
+ return measure();
}
void