Fix missed includes from HAL macro patch (#10416)
This commit is contained in:
		
				
					committed by
					
						 Scott Lahteine
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							74f4eb8312
						
					
				
				
					commit
					c9aed73987
				
			| @@ -33,7 +33,7 @@ | ||||
| // Includes | ||||
| // -------------------------------------------------------------------------- | ||||
|  | ||||
| #include "HAL.h" | ||||
| #include HAL_PATH(., HAL.h) | ||||
| #include <Wire.h> | ||||
|  | ||||
| // -------------------------------------------------------------------------- | ||||
|   | ||||
| @@ -29,7 +29,7 @@ | ||||
|  | ||||
| #if ENABLED(SPI_EEPROM) | ||||
|  | ||||
| #include "HAL.h" | ||||
| #include HAL_PATH(., HAL.h) | ||||
|  | ||||
| #define CMD_WREN  6   // WREN | ||||
| #define CMD_READ  2   // WRITE | ||||
|   | ||||
| @@ -25,7 +25,6 @@ | ||||
|  | ||||
| #include "MarlinConfigPre.h" | ||||
|  | ||||
| #include "../HAL/platforms.h" | ||||
| #include HAL_PATH(../HAL, HAL.h) | ||||
|  | ||||
| #include "../pins/pins.h" | ||||
|   | ||||
| @@ -23,6 +23,7 @@ | ||||
| #ifndef _MARLIN_CONFIGPRE_H_ | ||||
| #define _MARLIN_CONFIGPRE_H_ | ||||
|  | ||||
| #include "../HAL/platforms.h" | ||||
| #include "../core/boards.h" | ||||
| #include "../core/macros.h" | ||||
| #include "Version.h" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user