Clean up trailing whitespace

This commit is contained in:
Scott Lahteine 2019-06-17 20:08:51 -05:00
parent 35aabd1834
commit 651f3eeed0
5 changed files with 7 additions and 6 deletions

View File

@ -21,11 +21,12 @@
/** /**
* HAL for stm32duino.com based on Libmaple and compatible (STM32F1) * HAL for stm32duino.com based on Libmaple and compatible (STM32F1)
*/ */
/** /**
* Define SPI Pins: SCK, MISO, MOSI, SS * Define SPI Pins: SCK, MISO, MOSI, SS
* *
* Any PIN can be used for Chip Select (SS) * Any PIN can be used for Chip Select (SS)
* *
* SPI1 is enabled by default * SPI1 is enabled by default
*/ */
#if ENABLED(ENABLE_SPI3) #if ENABLED(ENABLE_SPI3)
@ -46,4 +47,4 @@
#define MISO_PIN BOARD_SPI1_MISO_PIN #define MISO_PIN BOARD_SPI1_MISO_PIN
#define MOSI_PIN BOARD_SPI1_MOSI_PIN #define MOSI_PIN BOARD_SPI1_MOSI_PIN
#define SS_PIN BOARD_SPI1_NSS_PIN #define SS_PIN BOARD_SPI1_NSS_PIN
#endif #endif

View File

@ -616,7 +616,7 @@ void menu_backlash();
void menu_advanced_settings() { void menu_advanced_settings() {
#ifdef FILAMENT_RUNOUT_DISTANCE_MM #ifdef FILAMENT_RUNOUT_DISTANCE_MM
lcd_runout_distance_mm = runout.runout_distance(); lcd_runout_distance_mm = runout.runout_distance();
#endif #endif
START_MENU(); START_MENU();
MENU_BACK(MSG_CONFIGURATION); MENU_BACK(MSG_CONFIGURATION);

View File

@ -289,7 +289,7 @@ public:
static void abort_print(); static void abort_print();
static void pause_print(); static void pause_print();
static void resume_print(); static void resume_print();
#if HAS_PRINT_PROGRESS #if HAS_PRINT_PROGRESS
#if ENABLED(LCD_SET_PROGRESS_MANUALLY) #if ENABLED(LCD_SET_PROGRESS_MANUALLY)
static uint8_t progress_bar_percent; static uint8_t progress_bar_percent;

View File

@ -126,7 +126,7 @@
// SD Card // SD Card
// //
// By default the onboard SD is enabled. // By default the onboard SD is enabled.
// To disable it and use an external SD (connected to LCD) // To disable it and use an external SD (connected to LCD)
// enable STM32_SD_LCD. // enable STM32_SD_LCD.

View File

@ -21,7 +21,7 @@
*/ */
/** /**
* Z-Bolt X Series board based on Arduino Mega2560 * Z-Bolt X Series board based on Arduino Mega2560
*/ */
#if HOTENDS > 4 || E_STEPPERS > 4 #if HOTENDS > 4 || E_STEPPERS > 4