diff --git a/examples/ws2812/arduino.go b/examples/ws2812/arduino.go index 6196aec..3712226 100644 --- a/examples/ws2812/arduino.go +++ b/examples/ws2812/arduino.go @@ -1,4 +1,4 @@ -//go:build arduino +//go:build arduino || arduino_uno package main diff --git a/examples/ws2812/others.go b/examples/ws2812/others.go index 27e116e..b23153d 100644 --- a/examples/ws2812/others.go +++ b/examples/ws2812/others.go @@ -1,4 +1,4 @@ -//go:build !digispark && !arduino +//go:build !digispark && !arduino && !arduino_uno package main