__ header file replace
This commit is contained in:
		| @@ -1,5 +1,5 @@ | |||||||
| #ifndef __CONFIGURATION_H | #ifndef CONFIGURATION_H | ||||||
| #define __CONFIGURATION_H | #define CONFIGURATION_H | ||||||
|  |  | ||||||
| // This configurtion file contains the basic settings. | // This configurtion file contains the basic settings. | ||||||
| // Advanced settings can be found in Configuration_adv.h  | // Advanced settings can be found in Configuration_adv.h  | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| #ifndef __CONFIGURATION_ADV_H | #ifndef CONFIGURATION_ADV_H | ||||||
| #define __CONFIGURATION_ADV_H | #define CONFIGURATION_ADV_H | ||||||
|  |  | ||||||
| //=========================================================================== | //=========================================================================== | ||||||
| //=============================Thermal Settings  ============================ | //=============================Thermal Settings  ============================ | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| #ifndef __EEPROMH | #ifndef EEPROM_H | ||||||
| #define __EEPROMH | #define EEPROM_H | ||||||
|  |  | ||||||
| #include "Marlin.h" | #include "Marlin.h" | ||||||
| #include "planner.h" | #include "planner.h" | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // Tonokip RepRap firmware rewrite based off of Hydra-mmm firmware. | // Tonokip RepRap firmware rewrite based off of Hydra-mmm firmware. | ||||||
| // Licence: GPL | // Licence: GPL | ||||||
|  |  | ||||||
| #ifndef __MARLINH | #ifndef MARLIN_H | ||||||
| #define __MARLINH | #define MARLIN_H | ||||||
|  |  | ||||||
| #define  HardwareSerial_h // trick to disable the standard HWserial | #define  HardwareSerial_h // trick to disable the standard HWserial | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| #ifndef __CARDREADERH | #ifndef CARDREADER_H | ||||||
| #define __CARDREADERH | #define CARDREADER_H | ||||||
|  |  | ||||||
| #ifdef SDSUPPORT | #ifdef SDSUPPORT | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| #ifndef __ULTRALCDH | #ifndef ULTRALCD_H | ||||||
| #define __ULTRALCDH | #define ULTRALCD_H | ||||||
| #include "Marlin.h" | #include "Marlin.h" | ||||||
| #ifdef ULTRA_LCD | #ifdef ULTRA_LCD | ||||||
|   #include <LiquidCrystal.h> |   #include <LiquidCrystal.h> | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| #ifndef __WATCHDOGH | #ifndef WATCHDOG_H | ||||||
| #define __WATCHDOGH | #define WATCHDOG_H | ||||||
| #include "Marlin.h" | #include "Marlin.h" | ||||||
| #ifdef USE_WATCHDOG | #ifdef USE_WATCHDOG | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user