Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: X_NUCLEO_COMMON ST_INTERFACES
Dependents: VL53L1CB_noshield_1sensor_polls_auton VL53L1CB_noshield_1sensor_interrupt_auton X_NUCLEO_53L1A2
Diff: src/vl53l1_api.c
- Revision:
- 1:76429facbf6f
- Parent:
- 0:3ac96e360672
- Child:
- 7:1add29d51e72
diff -r 3ac96e360672 -r 76429facbf6f src/vl53l1_api.c --- a/src/vl53l1_api.c Fri Nov 06 10:06:37 2020 +0000 +++ b/src/vl53l1_api.c Sun Nov 08 13:50:58 2020 +0000 @@ -75,6 +75,8 @@ #include "vl53l1_api_core.h" #include "vl53l1_nvm.h" +#include "mbed_wait_api.h" + #define ZONE_CHECK VL53L1_MAX_USER_ZONES @@ -116,8 +118,6 @@ - - static int32_t BDTable[VL53L1_TUNING_MAX_TUNABLE_KEY] = { TUNING_VERSION, TUNING_PROXY_MIN, @@ -4026,4 +4026,3 @@ } -