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

Merge pull request #17303 from aabadie/pr/drivers/remove_useless_xtimer_includes

drivers: remove some useless xtimer includes
This commit is contained in:
Francisco 2021-12-01 13:46:08 +01:00 committed by GitHub
commit 7a8f840627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 1 additions and 13 deletions

View File

@ -29,7 +29,6 @@
#include "periph/gpio.h"
#include "periph/uart.h"
#include "thread.h"
#include "xtimer.h"
#define ENABLE_DEBUG 0
#include "debug.h"

View File

@ -25,7 +25,6 @@
#include "feetech_writer.h"
#include "periph/uart.h"
#include "xtimer.h"
#include "byteorder.h"
#include <string.h>

View File

@ -23,7 +23,6 @@
#include <string.h>
#include "log.h"
#include "xtimer.h"
#include "grove_ledbar.h"
#include "my9221.h"

View File

@ -22,7 +22,6 @@
#include "hmc5883l.h"
#include "log.h"
#include "xtimer.h"
#define ENABLE_DEBUG 0
#include "debug.h"

View File

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

View File

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

View File

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

View File

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

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)
{

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)
{

View File

@ -28,7 +28,7 @@
#include "ws281x_params.h"
#include "ws281x_constants.h"
#include "periph_cpu.h"
#include "xtimer.h"
/*
* Data encoding according to the datasheets of the WS2812 and the SK6812:
* - Encoding of zero bit:

View File

@ -27,7 +27,6 @@
#include "ws281x_params.h"
#include "ws281x_constants.h"
#include "periph_cpu.h"
#include "xtimer.h"
#include "xtensa/core-macros.h"
#include "soc/rtc.h"