Skip to content

Commit 1804b40

Browse files
committed
Fix indentation
1 parent fd30888 commit 1804b40

File tree

1 file changed

+15
-15
lines changed
  • targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/TARGET_MAKERDIARY_NRF52840_MDK

1 file changed

+15
-15
lines changed

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -90,21 +90,21 @@ typedef enum {
9090
PinDef(0 , 31),
9191

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

109109
// Port0
110110
p0 = P0_0,

0 commit comments

Comments
 (0)