zephyr/drivers/sensor/vl53l0x
Erwan Gouriou c55c188e68 drivers/sensor/vl53l0x: Remove unnecessary lib include check
vl53l0x driver is using an external library to build, located under:
ext/hal/st/lib/sensor/vl53l0x.
This library is expecting stdint.h lib to be available and to
secure this for driver library inclusion work, a stdint.h file
header check was done. This check was based on assumptions on possible
header names for stdint.h.
Due to recent renaming of the zephyr header files, this check was
returning a false positive, generating warning at compilation.

Rather than updated with new header names, remove this check, since
driver porting is completed and stdint.h inclusion is actually
done.

Fixes #10134

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2019-02-19 07:48:10 -06:00
..
CMakeLists.txt drivers: Cmake: Add __ZEPHYR_SUPERVISOR__ macro for driver files. 2018-05-15 17:48:18 +03:00
Kconfig drivers: sensor: Remove Kconfigs conditioned upon !HAS_DTS_I2C 2018-10-02 10:50:18 -07:00
vl53l0x.c sensor: vl53l0x: Convert to new DT_<COMPAT>_<INSTANCE> defines 2019-01-18 12:52:14 -06:00
vl53l0x_platform.c drivers: sensor: vl53l0x: remove unnecessary variable 2018-11-28 11:54:01 -08:00
vl53l0x_platform.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
vl53l0x_platform_log.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
vl53l0x_types.h drivers/sensor/vl53l0x: Remove unnecessary lib include check 2019-02-19 07:48:10 -06:00