Skip to content

Commit

Permalink
bugfix lopy/pins_arduino.h (#2135)
Browse files Browse the repository at this point in the history
Correction of Pin A14 that was double defined.
  • Loading branch information
cyberman54 authored and me-no-dev committed Dec 2, 2018
1 parent b5f3170 commit 8aa6e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variants/lopy/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static const uint8_t A11 = 0;
static const uint8_t A12 = 2;
static const uint8_t A13 = 15;
static const uint8_t A14 = 13;
static const uint8_t A14 = 12;
static const uint8_t A15 = 12;
static const uint8_t A16 = 14;
static const uint8_t A17 = 27;
static const uint8_t A18 = 25;
Expand Down

0 comments on commit 8aa6e2e

Please sign in to comment.