Fix build for boards with WS2812.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2024-09-25 11:33:14 +02:00
parent 839e8244d9
commit 30df1d9202
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -276,6 +276,7 @@ set(LIBRARIES
pico_unique_id
tinyusb_device
tinyusb_board
hardware_pio
)
if(PICO_BOARD STREQUAL "pico_w")