Procházet zdrojové kódy

__ header file replace

Bernhard před 12 roky
rodič
revize
0c123950e9

+ 2
- 2
Marlin/Configuration.h Zobrazit soubor

@@ -1,5 +1,5 @@
1
-#ifndef __CONFIGURATION_H
2
-#define __CONFIGURATION_H
1
+#ifndef CONFIGURATION_H
2
+#define CONFIGURATION_H
3 3
 
4 4
 // This configurtion file contains the basic settings.
5 5
 // Advanced settings can be found in Configuration_adv.h 

+ 2
- 2
Marlin/Configuration_adv.h Zobrazit soubor

@@ -1,5 +1,5 @@
1
-#ifndef __CONFIGURATION_ADV_H
2
-#define __CONFIGURATION_ADV_H
1
+#ifndef CONFIGURATION_ADV_H
2
+#define CONFIGURATION_ADV_H
3 3
 
4 4
 //===========================================================================
5 5
 //=============================Thermal Settings  ============================

+ 2
- 2
Marlin/EEPROMwrite.h Zobrazit soubor

@@ -1,5 +1,5 @@
1
-#ifndef __EEPROMH
2
-#define __EEPROMH
1
+#ifndef EEPROM_H
2
+#define EEPROM_H
3 3
 
4 4
 #include "Marlin.h"
5 5
 #include "planner.h"

+ 2
- 2
Marlin/Marlin.h Zobrazit soubor

@@ -1,8 +1,8 @@
1 1
 // Tonokip RepRap firmware rewrite based off of Hydra-mmm firmware.
2 2
 // Licence: GPL
3 3
 
4
-#ifndef __MARLINH
5
-#define __MARLINH
4
+#ifndef MARLIN_H
5
+#define MARLIN_H
6 6
 
7 7
 #define  HardwareSerial_h // trick to disable the standard HWserial
8 8
 

+ 2
- 2
Marlin/cardreader.h Zobrazit soubor

@@ -1,5 +1,5 @@
1
-#ifndef __CARDREADERH
2
-#define __CARDREADERH
1
+#ifndef CARDREADER_H
2
+#define CARDREADER_H
3 3
 
4 4
 #ifdef SDSUPPORT
5 5
 

+ 2
- 2
Marlin/ultralcd.h Zobrazit soubor

@@ -1,5 +1,5 @@
1
-#ifndef __ULTRALCDH
2
-#define __ULTRALCDH
1
+#ifndef ULTRALCD_H
2
+#define ULTRALCD_H
3 3
 #include "Marlin.h"
4 4
 #ifdef ULTRA_LCD
5 5
   #include <LiquidCrystal.h>

+ 2
- 2
Marlin/watchdog.h Zobrazit soubor

@@ -1,5 +1,5 @@
1
-#ifndef __WATCHDOGH
2
-#define __WATCHDOGH
1
+#ifndef WATCHDOG_H
2
+#define WATCHDOG_H
3 3
 #include "Marlin.h"
4 4
 #ifdef USE_WATCHDOG
5 5
 

Loading…
Zrušit
Uložit