diff options
Diffstat (limited to 'src/machine/spi_tx.go')
-rw-r--r-- | src/machine/spi_tx.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/machine/spi_tx.go b/src/machine/spi_tx.go index 7356f2057..bfc3bfb60 100644 --- a/src/machine/spi_tx.go +++ b/src/machine/spi_tx.go @@ -1,5 +1,4 @@ //go:build !baremetal || atmega || fe310 || k210 || (nxp && !mk66f18) || (stm32 && !stm32f7x2 && !stm32l5x2) -// +build !baremetal atmega fe310 k210 nxp,!mk66f18 stm32,!stm32f7x2,!stm32l5x2 // This file implements the SPI Tx function for targets that don't have a custom // (faster) implementation for it. |