Skip to content

Commit 8aa6e2e

Browse files
cyberman54me-no-dev
authored andcommitted
bugfix lopy/pins_arduino.h (#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

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
staticconstuint8_tA12=2;
5151
staticconstuint8_tA13=15;
5252
staticconstuint8_tA14=13;
53-
staticconstuint8_tA14=12;
53+
staticconstuint8_tA15=12;
5454
staticconstuint8_tA16=14;
5555
staticconstuint8_tA17=27;
5656
staticconstuint8_tA18=25;

0 commit comments

Comments
 (0)
close