Addressing comments w.r.t alignments

pull/8454/head
Ashok Rao 2018-10-17 15:36:13 +01:00
parent 6f720e86a1
commit 06a5b1e76a
1 changed files with 18 additions and 18 deletions

View File

@ -92,21 +92,21 @@ typedef enum {
PinDef(0 , 31),
PinDef(1 , 0), //P1_1 = 32...
PinDef(1 , 1),
PinDef(1 , 2),
PinDef(1 , 3),
PinDef(1 , 4),
PinDef(1 , 5),
PinDef(1 , 6),
PinDef(1 , 7),
PinDef(1 , 8),
PinDef(1 , 9),
PinDef(1 , 10),
PinDef(1 , 11),
PinDef(1 , 12),
PinDef(1 , 13),
PinDef(1 , 14),
PinDef(1 , 15),
PinDef(1 , 1),
PinDef(1 , 2),
PinDef(1 , 3),
PinDef(1 , 4),
PinDef(1 , 5),
PinDef(1 , 6),
PinDef(1 , 7),
PinDef(1 , 8),
PinDef(1 , 9),
PinDef(1 , 10),
PinDef(1 , 11),
PinDef(1 , 12),
PinDef(1 , 13),
PinDef(1 , 14),
PinDef(1 , 15),
// Port0
p0 = P0_0,
@ -288,9 +288,9 @@ typedef enum {
//MTB aliases
GP0 = SIO_33,
GP1 = SIO_34,
AIN0 = SIO_2,
AIN1 = SIO_3,
AIN2 = SIO_4,
AIN0 = SIO_2,
AIN1 = SIO_3,
AIN2 = SIO_4,
GP2 = SIO_42,
GP3 = SIO_43,
GP4 = SIO_19,