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:
parent
86a388a280
commit
e4ab484bcb
@ -24,7 +24,6 @@
|
|||||||
#include "veml6070.h"
|
#include "veml6070.h"
|
||||||
#include "veml6070_params.h"
|
#include "veml6070_params.h"
|
||||||
#include "periph/i2c.h"
|
#include "periph/i2c.h"
|
||||||
#include "xtimer.h"
|
|
||||||
|
|
||||||
#define ENABLE_DEBUG 0
|
#define ENABLE_DEBUG 0
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
|
|
||||||
#include "saul.h"
|
#include "saul.h"
|
||||||
#include "veml6070.h"
|
#include "veml6070.h"
|
||||||
#include "xtimer.h"
|
|
||||||
|
|
||||||
static int read_uv(const void *dev, phydat_t *res)
|
static int read_uv(const void *dev, phydat_t *res)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user