stm32: Rename i2c.c to pyb_i2c.c.

i2c.c implements the legacy pyb.I2C class so rename the file to make this
explicit, and also to make room for an improved I2C driver.
This commit is contained in:
Damien George 2018-04-24 16:23:36 +10:00
parent 8b91260169
commit b73adcc3d9
2 changed files with 1 additions and 1 deletions

View File

@ -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 \