Clean up file endings
This commit is contained in:
parent
b99f0776d6
commit
0c85869c26
@ -140,4 +140,3 @@ void eeprom_update_block(const void *__src, void *__dst, size_t __n) {
|
|||||||
|
|
||||||
#endif // ENABLED(EEPROM_SETTINGS) && DISABLED(I2C_EEPROM) && DISABLED(SPI_EEPROM)
|
#endif // ENABLED(EEPROM_SETTINGS) && DISABLED(I2C_EEPROM) && DISABLED(SPI_EEPROM)
|
||||||
#endif // STM32F4 || STM32F4xx
|
#endif // STM32F4 || STM32F4xx
|
||||||
|
|
||||||
|
@ -137,4 +137,3 @@ void eeprom_update_block(const void *__src, void *__dst, size_t __n) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif // STM32F7
|
#endif // STM32F7
|
||||||
|
|
||||||
|
@ -58,4 +58,3 @@ constexpr bool
|
|||||||
|| true
|
|| true
|
||||||
#endif
|
#endif
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -57,5 +57,3 @@ UnwResult UnwindStart(UnwindFrame* frame, const UnwindCallbacks *cb, void *data)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
@ -167,4 +167,3 @@ bool UnwReadB(const uint32_t a, uint8_t *v) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -180,4 +180,3 @@ uint8_t utf8_strlen(const char *pstart) {
|
|||||||
uint8_t utf8_strlen_P(PGM_P pstart) {
|
uint8_t utf8_strlen_P(PGM_P pstart) {
|
||||||
return utf8_strlen_cb(pstart, read_byte_rom);
|
return utf8_strlen_cb(pstart, read_byte_rom);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -161,4 +161,3 @@ void matrix_3x3::debug(PGM_P const title) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif // HAS_ABL
|
#endif // HAS_ABL
|
||||||
|
|
||||||
|
@ -75,4 +75,3 @@ struct matrix_3x3 {
|
|||||||
|
|
||||||
|
|
||||||
void apply_rotation_xyz(const matrix_3x3 &rotationMatrix, float &x, float &y, float &z);
|
void apply_rotation_xyz(const matrix_3x3 &rotationMatrix, float &x, float &y, float &z);
|
||||||
|
|
||||||
|
@ -174,4 +174,3 @@
|
|||||||
#define SPINDLE_LASER_ENABLE_PIN 20 // Pin should have a pullup!
|
#define SPINDLE_LASER_ENABLE_PIN 20 // Pin should have a pullup!
|
||||||
#define SPINDLE_DIR_PIN 21
|
#define SPINDLE_DIR_PIN 21
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -288,4 +288,3 @@
|
|||||||
#define U_MIN_PIN -1
|
#define U_MIN_PIN -1
|
||||||
#define V_MIN_PIN -1
|
#define V_MIN_PIN -1
|
||||||
#define W_MIN_PIN -1
|
#define W_MIN_PIN -1
|
||||||
|
|
||||||
|
@ -286,4 +286,3 @@
|
|||||||
#define U_MIN_PIN -1
|
#define U_MIN_PIN -1
|
||||||
#define V_MIN_PIN -1
|
#define V_MIN_PIN -1
|
||||||
#define W_MIN_PIN -1
|
#define W_MIN_PIN -1
|
||||||
|
|
||||||
|
@ -88,4 +88,3 @@
|
|||||||
// If someone hacks to put a direct power fan on the controller, PB3 could
|
// If someone hacks to put a direct power fan on the controller, PB3 could
|
||||||
// be used as a separate print cooling fan.
|
// be used as a separate print cooling fan.
|
||||||
#define ORIG_E0_AUTO_FAN_PIN PB8
|
#define ORIG_E0_AUTO_FAN_PIN PB8
|
||||||
|
|
||||||
|
@ -10,4 +10,3 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // MYGETLINE_H
|
#endif // MYGETLINE_H
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user