aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/i2c.go
diff options
context:
space:
mode:
authordeadprogram <[email protected]>2024-12-17 20:38:31 +0100
committerRon Evans <[email protected]>2024-12-18 21:16:07 +0100
commit64fa7853a705c3a1df305a8791a09a8d12b524bc (patch)
tree5193f95193bf1e21778f8b5ae054134f5bbbdf2d /src/machine/i2c.go
parent37f35f8c910b05e2040433448546f41b34535b32 (diff)
downloadtinygo-64fa7853a705c3a1df305a8791a09a8d12b524bc.tar.gz
tinygo-64fa7853a705c3a1df305a8791a09a8d12b524bc.zip
feature: make i2c implementation shared for rp2040/rp2350
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to 'src/machine/i2c.go')
-rw-r--r--src/machine/i2c.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine/i2c.go b/src/machine/i2c.go
index 24fbf6897..3b1b4dd4d 100644
--- a/src/machine/i2c.go
+++ b/src/machine/i2c.go
@@ -1,4 +1,4 @@
-//go:build !baremetal || atmega || nrf || sam || stm32 || fe310 || k210 || rp2040 || mimxrt1062 || (esp32c3 && !m5stamp_c3) || esp32
+//go:build !baremetal || atmega || nrf || sam || stm32 || fe310 || k210 || rp2040 || rp2350 || mimxrt1062 || (esp32c3 && !m5stamp_c3) || esp32
package machine