Skip to content

Commit

Permalink
fixup! fixup! drivers/ws281x: Add timer and gpio_ll based driver
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKevinWeiss committed Dec 18, 2023
1 parent d4c95bc commit e1e079e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/ws281x/include/ws281x_params.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#define WS281X_PARAMS_H

#include "board.h"
#include "macros/units.h"
#include "ws281x.h"

#ifdef __cplusplus
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e1e079e

Please sign in to comment.