mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 23:13:40 +00:00
stm32wlx: I2C implementation for gnse,lora-e5,nucleo-wl55jc boards
This commit is contained in:
committed by
Ron Evans
parent
c35ce761aa
commit
2b1a72d112
+2
-2
@@ -1,5 +1,5 @@
|
||||
//go:build atmega || nrf || sam || (stm32 && !stm32wlx) || fe310 || k210 || rp2040
|
||||
// +build atmega nrf sam stm32,!stm32wlx fe310 k210 rp2040
|
||||
//go:build atmega || nrf || sam || stm32 || fe310 || k210 || rp2040
|
||||
// +build atmega nrf sam stm32 fe310 k210 rp2040
|
||||
|
||||
package machine
|
||||
|
||||
|
||||
Reference in New Issue
Block a user