1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/apds99xx
Marian Buschsieweke 2690b272d9
drivers/apds99xx: Fix includes
The driver does not depend on or use the xtimer module, it should therefore
not include `xtimer.h`. Same for the test, which additionally missed an
include of `mutex.h` (previously implicitly included through `xtimer.h`).
2020-09-16 19:55:22 +02:00
..
include drivers: add APDS99XX ALS and proximity 2020-03-11 14:21:47 +01:00
apds99xx_saul.c drivers: add APDS99XX ALS and proximity 2020-03-11 14:21:47 +01:00
apds99xx.c drivers/apds99xx: Fix includes 2020-09-16 19:55:22 +02:00
Makefile drivers: add APDS99XX ALS and proximity 2020-03-11 14:21:47 +01:00
Makefile.dep drivers: configure per driver dependency resolution 2020-07-20 14:32:16 +02:00
Makefile.include drivers: move USEMODULE_INCLUDES in each driver directories 2020-07-15 20:36:27 +02:00