1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 23:49:47 +01:00
RIOT/drivers/vl6180x
Marian Buschsieweke 0337d08bcc
drivers/vl6180x: fix compilation with clang
Some of the `static inline` functions are only used in some
configurations, depending on the preprocessor. Explicitly disable the
warning to allow compilation with clang.
2023-07-18 12:24:08 +02:00
..
include drivers/vl6180x: driver for VL6180X ranging and ALS 2023-02-02 02:04:09 +01:00
Kconfig Kconfig: integration of VL6180X driver and test app 2023-02-02 02:04:09 +01:00
Makefile drivers/vl6180x: driver for VL6180X ranging and ALS 2023-02-02 02:04:09 +01:00
Makefile.dep drivers/vl6180x: driver for VL6180X ranging and ALS 2023-02-02 02:04:09 +01:00
Makefile.include drivers/vl6180x: driver for VL6180X ranging and ALS 2023-02-02 02:04:09 +01:00
vl6180x_saul.c drivers/vl6180x: add SAUL integration 2023-02-02 02:04:09 +01:00
vl6180x.c drivers/vl6180x: fix compilation with clang 2023-07-18 12:24:08 +02:00