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

drivers/ws281x: remove useless xtimer include

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

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"