提交 b73adcc3 编写于 作者: D Damien George

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.
上级 8b912601
...@@ -216,7 +216,7 @@ SRC_C = \ ...@@ -216,7 +216,7 @@ SRC_C = \
pin_named_pins.c \ pin_named_pins.c \
bufhelper.c \ bufhelper.c \
dma.c \ dma.c \
i2c.c \ pyb_i2c.c \
spi.c \ spi.c \
qspi.c \ qspi.c \
uart.c \ uart.c \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册