From 76ff6321345f1314a10b7f0b6a02040628a90021 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Sat, 6 Nov 2021 11:05:25 +0100 Subject: [PATCH] hts221: update build tags for Go 1.17+ Signed-off-by: deadprogram --- hts221/hts221_generic.go | 1 + hts221/hts221_nano_33_ble.go | 1 + 2 files changed, 2 insertions(+) diff --git a/hts221/hts221_generic.go b/hts221/hts221_generic.go index c9a93cd..a178959 100644 --- a/hts221/hts221_generic.go +++ b/hts221/hts221_generic.go @@ -1,3 +1,4 @@ +//go:build !nano_33_ble // +build !nano_33_ble package hts221 diff --git a/hts221/hts221_nano_33_ble.go b/hts221/hts221_nano_33_ble.go index 7fb2e7b..ebd7794 100644 --- a/hts221/hts221_nano_33_ble.go +++ b/hts221/hts221_nano_33_ble.go @@ -1,3 +1,4 @@ +//go:build nano_33_ble // +build nano_33_ble package hts221