From 2492fcb322e8a3868c9e52debccb2495773a85e1 Mon Sep 17 00:00:00 2001 From: sago35 Date: Fri, 24 Sep 2021 10:31:48 +0900 Subject: [PATCH] i2csoft: gofmt --- i2csoft/i2csoft_other.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i2csoft/i2csoft_other.go b/i2csoft/i2csoft_other.go index 412838e..9d1b333 100644 --- a/i2csoft/i2csoft_other.go +++ b/i2csoft/i2csoft_other.go @@ -1,4 +1,4 @@ -//go:build !esp32 && !atsamd51 && !atsame5x && !stm32f4 && !rp2040 && ! nrf52840 +//go:build !esp32 && !atsamd51 && !atsame5x && !stm32f4 && !rp2040 && !nrf52840 // +build !esp32,!atsamd51,!atsame5x,!stm32f4,!rp2040,!nrf52840 package i2csoft