Tweak some formatting, replace tabs
This commit is contained in:
		@@ -26,10 +26,11 @@
 | 
				
			|||||||
 * Communication interface for FSMC
 | 
					 * Communication interface for FSMC
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#if defined(STM32F1) || defined(STM32F1xx)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "../../inc/MarlinConfig.h"
 | 
					#include "../../inc/MarlinConfig.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if HAS_GRAPHICAL_LCD
 | 
					#if HAS_GRAPHICAL_LCD
 | 
				
			||||||
#if defined(STM32F1) || defined(STM32F1xx)
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "U8glib.h"
 | 
					#include "U8glib.h"
 | 
				
			||||||
#include "libmaple/fsmc.h"
 | 
					#include "libmaple/fsmc.h"
 | 
				
			||||||
@@ -251,5 +252,6 @@ uint32_t LCD_IO_ReadData(uint16_t RegValue, uint8_t ReadSize) {
 | 
				
			|||||||
  return (uint32_t)data;
 | 
					  return (uint32_t)data;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif // STM32F1 || STM32F1xx
 | 
					 | 
				
			||||||
#endif // HAS_GRAPHICAL_LCD
 | 
					#endif // HAS_GRAPHICAL_LCD
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#endif // STM32F1 || STM32F1xx
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -117,7 +117,7 @@ void GcodeSuite::M25() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  // Set initial pause flag to prevent more commands from landing in the queue while we try to pause
 | 
					  // Set initial pause flag to prevent more commands from landing in the queue while we try to pause
 | 
				
			||||||
  #if ENABLED(SDSUPPORT)
 | 
					  #if ENABLED(SDSUPPORT)
 | 
				
			||||||
    if (IS_SD_PRINTING()) { card.pauseSDPrint(); }
 | 
					    if (IS_SD_PRINTING()) card.pauseSDPrint();
 | 
				
			||||||
  #endif
 | 
					  #endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  #if ENABLED(PARK_HEAD_ON_PAUSE)
 | 
					  #if ENABLED(PARK_HEAD_ON_PAUSE)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user