Skip to content

Commit 8aa6e2e

Browse files
cyberman54me-no-dev
authored andcommitted
bugfix lopy/pins_arduino.h (espressif#2135)
Correction of Pin A14 that was double defined.
1 parent b5f3170 commit 8aa6e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: variants/lopy/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ static const uint8_t A11 = 0;
5050
static const uint8_t A12 = 2;
5151
static const uint8_t A13 = 15;
5252
static const uint8_t A14 = 13;
53-
static const uint8_t A14 = 12;
53+
static const uint8_t A15 = 12;
5454
static const uint8_t A16 = 14;
5555
static const uint8_t A17 = 27;
5656
static const uint8_t A18 = 25;

0 commit comments

Comments
 (0)