Skip to content

Commit 9e1f8cc

Browse files
cyberman54me-no-dev
authored andcommitted
Update pins_arduino.h (espressif#2120)
Bugfix: pin A14 was double defined; pin A15 was missing.
1 parent cfe7e01 commit 9e1f8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: variants/lopy4/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static const uint8_t A11 = 0;
4848
static const uint8_t A12 = 2;
4949
static const uint8_t A13 = 15;
5050
static const uint8_t A14 = 13;
51-
static const uint8_t A14 = 12;
51+
static const uint8_t A15 = 12;
5252
static const uint8_t A16 = 14;
5353
static const uint8_t A17 = 27;
5454
static const uint8_t A18 = 25;

0 commit comments

Comments
 (0)