Skip to content

Commit 06a5b1e

Browse files
Ashok RaoAshok Rao
authored andcommitted
Addressing comments w.r.t alignments
1 parent 6f720e8 commit 06a5b1e

File tree

1 file changed

+18
-18
lines changed
  • targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/TARGET_MTB_LAIRD_BL654

1 file changed

+18
-18
lines changed

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/TARGET_MTB_LAIRD_BL654/PinNames.h

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -92,21 +92,21 @@ typedef enum {
9292
PinDef(0 , 31),
9393

9494
PinDef(1 , 0), //P1_1 = 32...
95-
PinDef(1 , 1),
96-
PinDef(1 , 2),
97-
PinDef(1 , 3),
98-
PinDef(1 , 4),
99-
PinDef(1 , 5),
100-
PinDef(1 , 6),
101-
PinDef(1 , 7),
102-
PinDef(1 , 8),
103-
PinDef(1 , 9),
104-
PinDef(1 , 10),
105-
PinDef(1 , 11),
106-
PinDef(1 , 12),
107-
PinDef(1 , 13),
108-
PinDef(1 , 14),
109-
PinDef(1 , 15),
95+
PinDef(1 , 1),
96+
PinDef(1 , 2),
97+
PinDef(1 , 3),
98+
PinDef(1 , 4),
99+
PinDef(1 , 5),
100+
PinDef(1 , 6),
101+
PinDef(1 , 7),
102+
PinDef(1 , 8),
103+
PinDef(1 , 9),
104+
PinDef(1 , 10),
105+
PinDef(1 , 11),
106+
PinDef(1 , 12),
107+
PinDef(1 , 13),
108+
PinDef(1 , 14),
109+
PinDef(1 , 15),
110110

111111
// Port0
112112
p0 = P0_0,
@@ -288,9 +288,9 @@ typedef enum {
288288
//MTB aliases
289289
GP0 = SIO_33,
290290
GP1 = SIO_34,
291-
AIN0 = SIO_2,
292-
AIN1 = SIO_3,
293-
AIN2 = SIO_4,
291+
AIN0 = SIO_2,
292+
AIN1 = SIO_3,
293+
AIN2 = SIO_4,
294294
GP2 = SIO_42,
295295
GP3 = SIO_43,
296296
GP4 = SIO_19,

0 commit comments

Comments
 (0)