mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 17:43:51 +01:00
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`).