Browse Source

Reject generous donation of trailing whitespace

Scott Lahteine 7 years ago
parent
commit
92eb55f246
1 changed files with 36 additions and 37 deletions
  1. 36
    37
      Marlin/pinsDebug_plus_70.h

+ 36
- 37
Marlin/pinsDebug_plus_70.h View File

@@ -25,9 +25,9 @@
25 25
  *  structurs for 2560 family boards that use morre than 70 pins
26 26
  */
27 27
 
28
-#ifndef Plus_70_h
29
-  #define Plus_70_h
30
-  
28
+#ifndef __PINSDEBUG_PLUS_70_H__
29
+#define __PINSDEBUG_PLUS_70_H__
30
+
31 31
 #undef NUM_DIGITAL_PINS
32 32
 #if MOTHERBOARD == BOARD_BQ_ZUM_MEGA_3D
33 33
   #define NUM_DIGITAL_PINS            85
@@ -124,22 +124,22 @@ const uint8_t PROGMEM digital_pin_to_port_PGM_plus_70[] = {
124 124
   PK  , // PK 5 ** 67 ** A13
125 125
   PK  , // PK 6 ** 68 ** A14
126 126
   PK  , // PK 7 ** 69 ** A15
127
-  PG  , // PG 4 ** 70 ** 
128
-  PG  , // PG 3 ** 71 ** 
129
-  PJ  , // PJ 2 ** 72 ** 
130
-  PJ  , // PJ 3 ** 73 ** 
131
-  PJ  , // PJ 7 ** 74 ** 
132
-  PJ  , // PJ 4 ** 75 ** 
133
-  PJ  , // PJ 5 ** 76 ** 
134
-  PJ  , // PJ 6 ** 77 ** 
135
-  PE  , // PE 2 ** 78 ** 
136
-  PE  , // PE 6 ** 79 ** 
137
-  PE  , // PE 7 ** 80 ** 
138
-  PD  , // PD 4 ** 81 ** 
139
-  PD  , // PD 5 ** 82 ** 
140
-  PD  , // PD 6 ** 83 ** 
141
-  PH  , // PH 2 ** 84 ** 
142
-  PH  , // PH 7 ** 85 ** 
127
+  PG  , // PG 4 ** 70 **
128
+  PG  , // PG 3 ** 71 **
129
+  PJ  , // PJ 2 ** 72 **
130
+  PJ  , // PJ 3 ** 73 **
131
+  PJ  , // PJ 7 ** 74 **
132
+  PJ  , // PJ 4 ** 75 **
133
+  PJ  , // PJ 5 ** 76 **
134
+  PJ  , // PJ 6 ** 77 **
135
+  PE  , // PE 2 ** 78 **
136
+  PE  , // PE 6 ** 79 **
137
+  PE  , // PE 7 ** 80 **
138
+  PD  , // PD 4 ** 81 **
139
+  PD  , // PD 5 ** 82 **
140
+  PD  , // PD 6 ** 83 **
141
+  PH  , // PH 2 ** 84 **
142
+  PH  , // PH 7 ** 85 **
143 143
 };
144 144
 
145 145
 #define digitalPinToPort_plus_70(P) ( pgm_read_byte( digital_pin_to_port_PGM_plus_70 + (P) ) )
@@ -217,22 +217,22 @@ const uint8_t PROGMEM digital_pin_to_bit_mask_PGM_plus_70[] = {
217 217
   _BV( 5 )  , // PK 5 ** 67 ** A13
218 218
   _BV( 6 )  , // PK 6 ** 68 ** A14
219 219
   _BV( 7 )  , // PK 7 ** 69 ** A15
220
-  _BV( 4 )  , // PG 4 ** 70 ** 
221
-  _BV( 3 )  , // PG 3 ** 71 ** 
222
-  _BV( 2 )  , // PJ 2 ** 72 ** 
223
-  _BV( 3 )  , // PJ 3 ** 73 ** 
224
-  _BV( 7 )  , // PJ 7 ** 74 ** 
225
-  _BV( 4 )  , // PJ 4 ** 75 ** 
226
-  _BV( 5 )  , // PJ 5 ** 76 ** 
227
-  _BV( 6 )  , // PJ 6 ** 77 ** 
228
-  _BV( 2 )  , // PE 2 ** 78 ** 
229
-  _BV( 6 )  , // PE 6 ** 79 ** 
230
-  _BV( 7 )  , // PE 7 ** 80 ** 
231
-  _BV( 4 )  , // PD 4 ** 81 ** 
232
-  _BV( 5 )  , // PD 5 ** 82 ** 
233
-  _BV( 6 )  , // PD 6 ** 83 ** 
234
-  _BV( 2 )  , // PH 2 ** 84 ** 
235
-  _BV( 7 )  , // PH 7 ** 85 ** 
220
+  _BV( 4 )  , // PG 4 ** 70 **
221
+  _BV( 3 )  , // PG 3 ** 71 **
222
+  _BV( 2 )  , // PJ 2 ** 72 **
223
+  _BV( 3 )  , // PJ 3 ** 73 **
224
+  _BV( 7 )  , // PJ 7 ** 74 **
225
+  _BV( 4 )  , // PJ 4 ** 75 **
226
+  _BV( 5 )  , // PJ 5 ** 76 **
227
+  _BV( 6 )  , // PJ 6 ** 77 **
228
+  _BV( 2 )  , // PE 2 ** 78 **
229
+  _BV( 6 )  , // PE 6 ** 79 **
230
+  _BV( 7 )  , // PE 7 ** 80 **
231
+  _BV( 4 )  , // PD 4 ** 81 **
232
+  _BV( 5 )  , // PD 5 ** 82 **
233
+  _BV( 6 )  , // PD 6 ** 83 **
234
+  _BV( 2 )  , // PH 2 ** 84 **
235
+  _BV( 7 )  , // PH 7 ** 85 **
236 236
 };
237 237
 
238 238
 #define digitalPinToBitMask_plus_70(P) ( pgm_read_byte( digital_pin_to_bit_mask_PGM_plus_70 + (P) ) )
@@ -338,5 +338,4 @@ const uint8_t PROGMEM digital_pin_to_timer_PGM_plus_70[] = {
338 338
  */
339 339
 
340 340
 
341
-#endif
342
-
341
+#endif // __PINSDEBUG_PLUS_70_H__

Loading…
Cancel
Save