avr: remove I2C stubs from attiny support

These stubs don't really belong there: attiny currently doesn't directly
support I2C at all (although it has hardware to support a software
implementation).
This commit is contained in:
Ayke van Laethem
2021-02-06 12:32:13 +01:00
committed by Ron Evans
parent 0535c1bbad
commit 71bbe93ab2
4 changed files with 8 additions and 17 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// +build avr nrf sam stm32,!stm32l0 fe310 k210
// +build atmega nrf sam stm32,!stm32l0 fe310 k210
package machine