Update PM2040 I2C pins (#17578)

pull/17584/head
Albert Y 2022-07-07 15:33:11 +08:00 committed by GitHub
parent d9bb189e25
commit cca5d35321
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,10 +7,10 @@
# define I2C_DRIVER I2CD2
#endif
#ifndef I2C1_SDA_PIN
# define I2C1_SDA_PIN D2
# define I2C1_SDA_PIN 2U
#endif
#ifndef I2C1_SCL_PIN
# define I2C1_SCL_PIN D3
# define I2C1_SCL_PIN 3U
#endif
#ifndef RP2040_BOOTLOADER_DOUBLE_TAP_RESET