1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/vcnl40x0: remove useless xtimer include

This commit is contained in:
Alexandre Abadie 2021-12-01 09:55:36 +01:00
parent e4ab484bcb
commit 557e929bdb
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -24,7 +24,6 @@
#include "saul.h"
#include "vcnl40x0.h"
#include "vcnl40x0_params.h"
#include "xtimer.h"
static int read_proximity(const void *dev, phydat_t *res)
{