mirror of https://github.com/ARMmbed/mbed-os.git
Fix pin config for LPC1768
parent
81a92e3cb5
commit
84b596db06
|
|
@ -55,7 +55,6 @@ typedef enum {
|
||||||
p18 = P0_26,
|
p18 = P0_26,
|
||||||
p19 = P1_30,
|
p19 = P1_30,
|
||||||
p20 = P1_31,
|
p20 = P1_31,
|
||||||
#else
|
|
||||||
p21 = P2_5,
|
p21 = P2_5,
|
||||||
p22 = P2_4,
|
p22 = P2_4,
|
||||||
p23 = P2_3,
|
p23 = P2_3,
|
||||||
|
|
@ -66,7 +65,6 @@ typedef enum {
|
||||||
p28 = P0_10,
|
p28 = P0_10,
|
||||||
p29 = P0_5,
|
p29 = P0_5,
|
||||||
p30 = P0_4,
|
p30 = P0_4,
|
||||||
#endif
|
|
||||||
|
|
||||||
// Other mbed Pin Names
|
// Other mbed Pin Names
|
||||||
#ifdef MCB1700
|
#ifdef MCB1700
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue