Skip to content
Snippets Groups Projects
Commit dc1f3435 authored by Eike's avatar Eike Committed by Lorenz Meier
Browse files

Change lower range limit of SF10a to 0.01m (#4977)

* SF10a driver added

* Remove Sf10a driver

* Set lower range boundary to 0.01m for LPE
parent 7f899947
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@
#define SF10A_DEVICE_PATH "/dev/sf10a"
/* Device limits */
#define SF10A_MIN_DISTANCE (0.0f)
#define SF10A_MIN_DISTANCE (0.01f)
#define SF10A_MAX_DISTANCE (25.0f)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment