build: drop deprecated build tags

This commit is contained in:
Yurii Soldak
2022-12-19 22:20:23 +01:00
committed by Ron Evans
parent 146e2cd376
commit 8d4d3c6201
418 changed files with 4 additions and 425 deletions
+1 -2
View File
@@ -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 (