Patch compile glitches
This commit is contained in:
		| @@ -63,8 +63,8 @@ typedef uint32_t hal_timer_t; | ||||
| #define ENABLE_TEMPERATURE_INTERRUPT()  HAL_timer_enable_interrupt(TEMP_TIMER_NUM) | ||||
| #define DISABLE_TEMPERATURE_INTERRUPT() HAL_timer_disable_interrupt(TEMP_TIMER_NUM) | ||||
|  | ||||
| #ifndef HAL_STEP_TIMER_ISR() | ||||
| #define HAL_STEP_TIMER_ISR()  void TC2_Handler() | ||||
| #ifndef HAL_STEP_TIMER_ISR | ||||
|   #define HAL_STEP_TIMER_ISR() void TC2_Handler() | ||||
| #endif | ||||
| #define HAL_TEMP_TIMER_ISR()  void TC4_Handler() | ||||
| #define HAL_TONE_TIMER_ISR()  void TC6_Handler() | ||||
|   | ||||
| @@ -1425,6 +1425,7 @@ void MarlinUI::update() { | ||||
|     #endif | ||||
|   } | ||||
|  | ||||
|   #include "../Marlin.h" | ||||
|   #include "../module/printcounter.h" | ||||
|  | ||||
|   static const char print_paused[] PROGMEM = MSG_PRINT_PAUSED; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user