diff options
-rw-r--r-- | ports/stm32/Makefile | 2 | ||||
-rw-r--r-- | ports/stm32/pyb_i2c.c (renamed from ports/stm32/i2c.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm32/Makefile b/ports/stm32/Makefile index 0e7f7f71a..4e185b794 100644 --- a/ports/stm32/Makefile +++ b/ports/stm32/Makefile @@ -216,7 +216,7 @@ SRC_C = \ pin_named_pins.c \ bufhelper.c \ dma.c \ - i2c.c \ + pyb_i2c.c \ spi.c \ qspi.c \ uart.c \ diff --git a/ports/stm32/i2c.c b/ports/stm32/pyb_i2c.c index 6c135b3a5..6c135b3a5 100644 --- a/ports/stm32/i2c.c +++ b/ports/stm32/pyb_i2c.c |