Fix build for WS2812 boards.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
30df1d9202
commit
86674fd6ca
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
#include "pico_keys.h"
|
||||
|
||||
#ifdef PICO_DEFAULT_LED_PIN
|
||||
#if defined(PICO_DEFAULT_LED_PIN) && !defined(PICO_DEFAULT_WS2812_PIN)
|
||||
|
||||
void led_driver_init() {
|
||||
gpio_init(PICO_DEFAULT_LED_PIN);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue