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:
parent
8b91260169
commit
b73adcc3d9
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue