Fix compile issue when watchdog was disabled
This commit is contained in:
		
				
					committed by
					
						 Scott Lahteine
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							b908e38d08
						
					
				
				
					commit
					8afe13b1a2
				
			| @@ -24,8 +24,6 @@ | ||||
|  | ||||
| #include "../../../MarlinConfig.h" | ||||
|  | ||||
| #if ENABLED(USE_WATCHDOG) | ||||
|  | ||||
| #include "lpc17xx_wdt.h" | ||||
| #include "watchdog.h" | ||||
|  | ||||
| @@ -48,6 +46,4 @@ void watchdog_reset() { | ||||
|   TOGGLE(13); // heart beat indicator on Pin13 | ||||
| } | ||||
|  | ||||
| #endif // USE_WATCHDOG | ||||
|  | ||||
| #endif // TARGET_LPC1768 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user