Skip to content

Commit e2a47d9

Browse files
committed
[LPC1549] Corrected wrong pin name
1 parent 5fbea95 commit e2a47d9

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ typedef enum {
5454
D2 = P0_29,
5555
D3 = P0_9,
5656
D4 = P0_10,
57-
D5 = P0_16,
57+
D5 = P0_16, // same port as D13
5858
D6 = P1_3,
5959
D7 = P0_0,
6060
D8 = P0_24,
61-
D9 = P0_2,
61+
D9 = P1_0,
6262
D10= P0_27,
6363
D11= P0_28,
6464
D12= P0_12,
65-
D13= P0_16,
65+
D13= P0_16, // same port as D5
6666
A0 = P0_8,
6767
A1 = P0_7,
6868
A2 = P0_6,

0 commit comments

Comments
 (0)