1
0
Fork 0

[RP2040] update i2c drivers to reflect peripheral number (#19277)

This commit is contained in:
Stefan Kerkmann 2022-12-11 14:04:29 +01:00 committed by GitHub
parent f67f787cc2
commit 9dc3f79196
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 14 additions and 14 deletions

View file

@ -8,7 +8,7 @@
*========================**/
#if !defined(I2C_DRIVER)
# define I2C_DRIVER I2CD2
# define I2C_DRIVER I2CD1
#endif
#if !defined(I2C1_SDA_PIN)

View file

@ -4,7 +4,7 @@
#pragma once
#ifndef I2C_DRIVER
# define I2C_DRIVER I2CD2
# define I2C_DRIVER I2CD1
#endif
#ifndef I2C1_SDA_PIN
# define I2C1_SDA_PIN D1