Ensured all NORDIC platforms define P0_{0..30} to match existing p{0..30} in PinNames.h

Change-Id: I8d7ff6fe5ff5377f7ec8d3bc790dde0b0627f072
pull/3176/head
Rida Jichi 2016-11-01 08:57:38 +00:00
parent 8a9a246356
commit f1bcde8f45
2 changed files with 38 additions and 0 deletions

View File

@ -64,6 +64,43 @@ typedef enum {
p30 = 30,
p31 = 31,
//NORMAL PINS...
P0_0 = p0,
P0_1 = p1,
P0_2 = p2,
P0_3 = p3,
P0_4 = p4,
P0_5 = p5,
P0_6 = p6,
P0_7 = p7,
P0_8 = p8,
P0_9 = p9,
P0_10 = p10,
P0_11 = p11,
P0_12 = p12,
P0_13 = p13,
P0_14 = p14,
P0_15 = p15,
P0_16 = p16,
P0_17 = p17,
P0_18 = p18,
P0_19 = p19,
P0_20 = p20,
P0_21 = p21,
P0_22 = p22,
P0_23 = p23,
P0_24 = p24,
P0_25 = p25,
P0_26 = p26,
P0_27 = p27,
P0_28 = p28,
P0_29 = p29,
P0_30 = p30,
P0_31 = p31,
LED1 = p4,
LED2 = p5,
LED3 = p6,

View File

@ -91,6 +91,7 @@ typedef enum {
P0_25 = p25,
P0_28 = p28,
P0_29 = p29,
P0_30 = p30,
LED1 = p21,
LED2 = p22,