Skip to content

Commit 76ff632

Browse files
committed
hts221: update build tags for Go 1.17+
Signed-off-by: deadprogram <[email protected]>
1 parent cd2694e commit 76ff632

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

hts221/hts221_generic.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build !nano_33_ble
12
// +build !nano_33_ble
23

34
package hts221

hts221/hts221_nano_33_ble.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build nano_33_ble
12
// +build nano_33_ble
23

34
package hts221

0 commit comments

Comments
 (0)