From 92673d996dbb66936ba411e7d802fae71016657a Mon Sep 17 00:00:00 2001 From: sago35 Date: Wed, 1 Sep 2021 18:39:05 +0900 Subject: [PATCH] dht: improve build tag in lowfreq.go --- dht/lowfreq.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dht/lowfreq.go b/dht/lowfreq.go index ea97468..eeba6a5 100644 --- a/dht/lowfreq.go +++ b/dht/lowfreq.go @@ -1,4 +1,4 @@ -// +build arduino atmega1284p nrf52840 digispark nrf52 arduino_nano nrf51 atsamd21 fe310 arduino_nano33 circuitplay_express arduino_mega2560 +// +build !mimxrt1062,!stm32f405,!atsamd51,!stm32f103xx,!k210,!stm32f407 package dht // import "tinygo.org/x/drivers/dht"