Apply TERN to compact code (#17619)
This commit is contained in:
		@@ -74,9 +74,7 @@ void GcodeSuite::M1000() {
 | 
			
		||||
      #else
 | 
			
		||||
        recovery.cancel();
 | 
			
		||||
      #endif
 | 
			
		||||
      #if ENABLED(EXTENSIBLE_UI)
 | 
			
		||||
        ExtUI::onPrintTimerStopped();
 | 
			
		||||
      #endif
 | 
			
		||||
      TERN_(EXTENSIBLE_UI, ExtUI::onPrintTimerStopped());
 | 
			
		||||
    }
 | 
			
		||||
    else
 | 
			
		||||
      recovery.resume();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user