Skip to content

Commit 95b80c7

Browse files
committed
Fix RAK3172 I2C SDA port
1 parent bc8e250 commit 95b80c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U/variant_RAK3172_MODULE.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191
// I2C definitions
9292
#ifndef PIN_WIRE_SDA
93-
#define PIN_WIRE_SDA PA10
93+
#define PIN_WIRE_SDA PA11
9494
#endif
9595
#ifndef PIN_WIRE_SCL
9696
#define PIN_WIRE_SCL PA12

0 commit comments

Comments
 (0)