mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-07-26 10:38:41 +00:00
ws2812: fix generated build tags
This commit is contained in:
committed by
Ron Evans
parent
98f5396625
commit
cad03a7d4e
@@ -164,7 +164,8 @@ func main() {
|
||||
os.Exit(1)
|
||||
}
|
||||
defer f.Close()
|
||||
f.WriteString(`// +build cortexm
|
||||
f.WriteString(`//go:build cortexm
|
||||
// +build cortexm
|
||||
|
||||
package ws2812
|
||||
|
||||
|
||||
Reference in New Issue
Block a user