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:
commit
7a8f840627
@ -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"
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include "feetech_writer.h"
|
||||
|
||||
#include "periph/uart.h"
|
||||
#include "xtimer.h"
|
||||
#include "byteorder.h"
|
||||
|
||||
#include <string.h>
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "log.h"
|
||||
#include "xtimer.h"
|
||||
|
||||
#include "grove_ledbar.h"
|
||||
#include "my9221.h"
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include "hmc5883l.h"
|
||||
|
||||
#include "log.h"
|
||||
#include "xtimer.h"
|
||||
|
||||
#define ENABLE_DEBUG 0
|
||||
#include "debug.h"
|
||||
|
@ -24,7 +24,6 @@
|
||||
|
||||
#include "hts221.h"
|
||||
#include "periph/i2c.h"
|
||||
#include "xtimer.h"
|
||||
|
||||
#define ENABLE_DEBUG 0
|
||||
#include "debug.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
|
||||
#include "saul.h"
|
||||
#include "sds011.h"
|
||||
#include "xtimer.h"
|
||||
|
||||
static int _read(const void *dev, phydat_t *res)
|
||||
{
|
||||
|
@ -21,7 +21,6 @@
|
||||
|
||||
#include "saul.h"
|
||||
#include "si114x.h"
|
||||
#include "xtimer.h"
|
||||
|
||||
static int read_uv(const void *dev, phydat_t *res)
|
||||
{
|
||||
|
@ -21,7 +21,6 @@
|
||||
|
||||
#include "saul.h"
|
||||
#include "tsl2561.h"
|
||||
#include "xtimer.h"
|
||||
|
||||
static int read_illuminance(const void *dev, phydat_t *res)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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"
|
||||
|
@ -22,7 +22,6 @@
|
||||
|
||||
#include "saul.h"
|
||||
#include "veml6070.h"
|
||||
#include "xtimer.h"
|
||||
|
||||
static int read_uv(const void *dev, phydat_t *res)
|
||||
{
|
||||
|
@ -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:
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user