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

drivers/veml6070: remove useless xtimer include

This commit is contained in:
Alexandre Abadie 2021-12-01 09:55:27 +01:00
parent 86a388a280
commit e4ab484bcb
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 0 additions and 2 deletions

View File

@ -24,7 +24,6 @@
#include "veml6070.h"
#include "veml6070_params.h"
#include "periph/i2c.h"
#include "xtimer.h"
#define ENABLE_DEBUG 0
#include "debug.h"

View File

@ -22,7 +22,6 @@
#include "saul.h"
#include "veml6070.h"
#include "xtimer.h"
static int read_uv(const void *dev, phydat_t *res)
{