[RP2040] update i2c drivers to reflect peripheral number (#19277)
This commit is contained in:
parent
f67f787cc2
commit
9dc3f79196
11 changed files with 14 additions and 14 deletions
|
@ -6,6 +6,6 @@
|
|||
#define SERIAL_USART_FULL_DUPLEX
|
||||
#define SERIAL_USART_TX_PIN GP0
|
||||
#define SERIAL_USART_RX_PIN GP1
|
||||
#define I2C_DRIVER I2CD2
|
||||
#define I2C_DRIVER I2CD1
|
||||
#define I2C1_SDA_PIN GP22
|
||||
#define I2C1_SCL_PIN GP23
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue