From e1e079ede40428951e500c8d9611479fc846584d Mon Sep 17 00:00:00 2001 From: MrKevinWeiss Date: Mon, 18 Dec 2023 10:34:51 +0100 Subject: [PATCH] fixup! fixup! drivers/ws281x: Add timer and gpio_ll based driver --- drivers/ws281x/include/ws281x_params.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/ws281x/include/ws281x_params.h b/drivers/ws281x/include/ws281x_params.h index 68791ac805424..e68b8f91839b2 100644 --- a/drivers/ws281x/include/ws281x_params.h +++ b/drivers/ws281x/include/ws281x_params.h @@ -20,7 +20,6 @@ #define WS281X_PARAMS_H #include "board.h" -#include "macros/units.h" #include "ws281x.h" #ifdef __cplusplus @@ -103,7 +102,7 @@ static const ws281x_params_t ws281x_params[] = * depending on the precise low and high times. A value of 16MHz works well. * */ #ifndef WS281X_TIMER_FREQ -#define WS281X_TIMER_FREQ MHZ(16) +#define WS281X_TIMER_FREQ 16000000 #endif #ifdef __cplusplus