Skip to content

Commit 1520adc

Browse files
committed
Fix redefinition of AP3_Wire1_IOM for Edge variant
1 parent aeab63e commit 1520adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/SparkFun_Edge/config/variant.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ extern Uart Serial;
4343
#define AP3_Wire1_IOM 3
4444

4545
#define WireCamera Wire2
46-
#define AP3_Wire1_IOM 2
46+
#define AP3_Wire2_IOM 2
4747

4848
// SPI Defines
4949
#define SPI_INTERFACES_COUNT 1

0 commit comments

Comments
 (0)