Browse Source

__ header file replace

Bernhard 12 years ago
parent
commit
0c123950e9
7 changed files with 14 additions and 14 deletions
  1. 2
    2
      Marlin/Configuration.h
  2. 2
    2
      Marlin/Configuration_adv.h
  3. 2
    2
      Marlin/EEPROMwrite.h
  4. 2
    2
      Marlin/Marlin.h
  5. 2
    2
      Marlin/cardreader.h
  6. 2
    2
      Marlin/ultralcd.h
  7. 2
    2
      Marlin/watchdog.h

+ 2
- 2
Marlin/Configuration.h View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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…
Cancel
Save