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
Kconfig
vl53l0x.c sensor: vl53l0x: Convert to new DT_<COMPAT>_<INSTANCE> defines 2019-01-18 12:52:14 -06:00
vl53l0x_platform.c
vl53l0x_platform.h
vl53l0x_platform_log.h
vl53l0x_types.h drivers/sensor/vl53l0x: Remove unnecessary lib include check 2019-02-19 07:48:10 -06:00