Skip to content

Commit ca527e4

Browse files
committed
Corrected wrong pin names
1 parent 3930605 commit ca527e4

File tree

1 file changed

+2
-2
lines changed
  • libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC15XX

1 file changed

+2
-2
lines changed

libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC15XX/PinNames.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ typedef enum {
4949
USBRX = P0_13,
5050

5151
// Arduino Shield Receptacles Names
52-
D0 = P0_18,
53-
D1 = P0_13,
52+
D0 = P0_13,
53+
D1 = P0_18,
5454
D2 = P0_29,
5555
D3 = P0_9,
5656
D4 = P0_10,

0 commit comments

Comments
 (0)