From c91888a0990feb0eaa482779a5c4f428981d7f8b Mon Sep 17 00:00:00 2001 From: Brad Erickson Date: Tue, 13 Aug 2019 20:31:35 -0700 Subject: [PATCH] ws2812: Add build tag for Arduino Nano33 IoT Uses `arduino_nano33` to handle only this board. Other boards with the same chip will need a separate tag. --- ws2812/ws2812_m0_48m.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ws2812/ws2812_m0_48m.go b/ws2812/ws2812_m0_48m.go index 7ce7cb3..15b501b 100644 --- a/ws2812/ws2812_m0_48m.go +++ b/ws2812/ws2812_m0_48m.go @@ -1,4 +1,4 @@ -// +build circuitplay_express itsybitsy_m0 +// +build circuitplay_express itsybitsy_m0 arduino_nano33 package ws2812