mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 02:33:28 +00:00
build: drop deprecated build tags
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
//go:build stm32 && !stm32f103
|
||||
// +build stm32,!stm32f103
|
||||
|
||||
package machine
|
||||
|
||||
@@ -8,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
// GPIO for the stm32 families except the stm32f1xx which uses a simpler but
|
||||
// less flexible mechanism. Extend the +build directive above to exclude other
|
||||
// less flexible mechanism. Extend the go:build directive above to exclude other
|
||||
// models in the stm32f1xx series as necessary
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user