From 86a388a280a4f63c10be08b5105f8209ec397fdc Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 1 Dec 2021 09:55:17 +0100 Subject: [PATCH] drivers/ws281x: remove useless xtimer include --- drivers/ws281x/atmega.c | 2 +- drivers/ws281x/esp32.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/ws281x/atmega.c b/drivers/ws281x/atmega.c index b549d39812..4b9f439750 100644 --- a/drivers/ws281x/atmega.c +++ b/drivers/ws281x/atmega.c @@ -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: diff --git a/drivers/ws281x/esp32.c b/drivers/ws281x/esp32.c index 990de387f9..0237c97ba1 100644 --- a/drivers/ws281x/esp32.c +++ b/drivers/ws281x/esp32.c @@ -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"