Miniware -> Only Bit-Bang I2C

This commit is contained in:
Ben V. Brown
2023-07-22 18:18:44 +10:00
parent 296aecab00
commit 9385758593
11 changed files with 12 additions and 5391 deletions

View File

@@ -25,7 +25,4 @@ void preRToSInit() {
#ifdef I2C_SOFT_BUS_1
I2CBB1::init();
#endif
/* Init the IPC objects */
FRToSI2C::FRToSInit();
}