Revert: Remove accidential modification on board_defs

This commit is contained in:
Isoheptane 2024-09-16 13:12:24 +08:00
parent ef7336734c
commit a3e90fb696
No known key found for this signature in database
GPG Key ID: 21ECF6DDEED59BDF

View File

@ -6,8 +6,8 @@
#if defined BOARD_MAI_PICO
#define I2C_PORT i2c1
#define I2C_SDA 16
#define I2C_SCL 17
#define I2C_SDA 6
#define I2C_SCL 7
#define I2C_FREQ 400*1000
#define RGB_PIN 13