Browse Source

Clean up file endings

Scott Lahteine 6 years ago
parent
commit
0c85869c26

+ 0
- 1
Marlin/src/HAL/HAL_STM32F4/EmulatedEeprom.cpp View File

140
 
140
 
141
 #endif // ENABLED(EEPROM_SETTINGS) && DISABLED(I2C_EEPROM) && DISABLED(SPI_EEPROM)
141
 #endif // ENABLED(EEPROM_SETTINGS) && DISABLED(I2C_EEPROM) && DISABLED(SPI_EEPROM)
142
 #endif // STM32F4 || STM32F4xx
142
 #endif // STM32F4 || STM32F4xx
143
-

+ 0
- 1
Marlin/src/HAL/HAL_STM32F7/EmulatedEeprom.cpp View File

137
 }
137
 }
138
 
138
 
139
 #endif // STM32F7
139
 #endif // STM32F7
140
-

+ 0
- 1
Marlin/src/HAL/shared/MarlinSerial.h View File

58
       || true
58
       || true
59
     #endif
59
     #endif
60
   );
60
   );
61
-

+ 0
- 2
Marlin/src/HAL/shared/backtrace/unwinder.cpp View File

57
   }
57
   }
58
 }
58
 }
59
 #endif
59
 #endif
60
-
61
-

+ 0
- 1
Marlin/src/HAL/shared/backtrace/unwmemaccess.cpp View File

167
 }
167
 }
168
 
168
 
169
 #endif
169
 #endif
170
-

+ 0
- 1
Marlin/src/lcd/fontutils.cpp View File

180
 uint8_t utf8_strlen_P(PGM_P pstart) {
180
 uint8_t utf8_strlen_P(PGM_P pstart) {
181
   return utf8_strlen_cb(pstart, read_byte_rom);
181
   return utf8_strlen_cb(pstart, read_byte_rom);
182
 }
182
 }
183
-

+ 0
- 1
Marlin/src/libs/vector_3.cpp View File

161
 }
161
 }
162
 
162
 
163
 #endif // HAS_ABL
163
 #endif // HAS_ABL
164
-

+ 0
- 1
Marlin/src/libs/vector_3.h View File

75
 
75
 
76
 
76
 
77
 void apply_rotation_xyz(const matrix_3x3 &rotationMatrix, float &x, float &y, float &z);
77
 void apply_rotation_xyz(const matrix_3x3 &rotationMatrix, float &x, float &y, float &z);
78
-

+ 0
- 1
Marlin/src/pins/pins_AZTEEG_X3_PRO.h View File

174
   #define SPINDLE_LASER_ENABLE_PIN 20   // Pin should have a pullup!
174
   #define SPINDLE_LASER_ENABLE_PIN 20   // Pin should have a pullup!
175
   #define SPINDLE_DIR_PIN          21
175
   #define SPINDLE_DIR_PIN          21
176
 #endif
176
 #endif
177
-

+ 0
- 1
Marlin/src/pins/pins_BEAST.h View File

288
 #define U_MIN_PIN          -1
288
 #define U_MIN_PIN          -1
289
 #define V_MIN_PIN          -1
289
 #define V_MIN_PIN          -1
290
 #define W_MIN_PIN          -1
290
 #define W_MIN_PIN          -1
291
-

+ 0
- 1
Marlin/src/pins/pins_CHITU3D.h View File

286
 #define U_MIN_PIN          -1
286
 #define U_MIN_PIN          -1
287
 #define V_MIN_PIN          -1
287
 #define V_MIN_PIN          -1
288
 #define W_MIN_PIN          -1
288
 #define W_MIN_PIN          -1
289
-

+ 0
- 1
Marlin/src/pins/pins_MALYAN_M200.h View File

88
 // If someone hacks to put a direct power fan on the controller, PB3 could
88
 // If someone hacks to put a direct power fan on the controller, PB3 could
89
 // be used as a separate print cooling fan.
89
 // be used as a separate print cooling fan.
90
 #define ORIG_E0_AUTO_FAN_PIN PB8
90
 #define ORIG_E0_AUTO_FAN_PIN PB8
91
-

+ 0
- 1
buildroot/share/fonts/getline.h View File

10
 #endif
10
 #endif
11
 
11
 
12
 #endif // MYGETLINE_H
12
 #endif // MYGETLINE_H
13
-

Loading…
Cancel
Save