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:
parent
2cf0fca4e2
commit
86a388a280
@ -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