chiark / gitweb /
__ header file replace
authorBernhard <bkubicek@x201.(none)>
Sat, 2 Jun 2012 18:44:17 +0000 (20:44 +0200)
committerBernhard <bkubicek@x201.(none)>
Sat, 2 Jun 2012 18:44:17 +0000 (20:44 +0200)
Marlin/Configuration.h
Marlin/Configuration_adv.h
Marlin/EEPROMwrite.h
Marlin/Marlin.h
Marlin/cardreader.h
Marlin/ultralcd.h
Marlin/watchdog.h

index e0a9c75354351d7c77d6066aa52ecddc472b4d3e..d4032a39fb2cc25a7c580f85689df19aae1079db 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __CONFIGURATION_H
-#define __CONFIGURATION_H
+#ifndef CONFIGURATION_H
+#define CONFIGURATION_H
 
 // This configurtion file contains the basic settings.
 // Advanced settings can be found in Configuration_adv.h 
index 8a817c13ed2015177a4cc691180fcb2fb3ceebb0..0d1e914ad393fbec4c1e1ca03cb7a8d7d6987c70 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __CONFIGURATION_ADV_H
-#define __CONFIGURATION_ADV_H
+#ifndef CONFIGURATION_ADV_H
+#define CONFIGURATION_ADV_H
 
 //===========================================================================
 //=============================Thermal Settings  ============================
index d639e563993240a40ed5904d494bdf1a8d4d3952..96e2ec9856e5b63421ab0be59f052a3a2723d045 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __EEPROMH
-#define __EEPROMH
+#ifndef EEPROM_H
+#define EEPROM_H
 
 #include "Marlin.h"
 #include "planner.h"
index 5bb728c6fa0ed6e3fd171ed65b09536148d4cc8c..4123634442cfede7b3c26de9e6cc6deb4b37d357 100644 (file)
@@ -1,8 +1,8 @@
 // Tonokip RepRap firmware rewrite based off of Hydra-mmm firmware.
 // Licence: GPL
 
-#ifndef __MARLINH
-#define __MARLINH
+#ifndef MARLIN_H
+#define MARLIN_H
 
 #define  HardwareSerial_h // trick to disable the standard HWserial
 
index 5c6e29ad812483f396f8ab24cb3492157d91e801..964bbe76691a2d590f53ca9b338026de2526a059 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __CARDREADERH
-#define __CARDREADERH
+#ifndef CARDREADER_H
+#define CARDREADER_H
 
 #ifdef SDSUPPORT
 
index f62662a6d0480d98d9e53abebb34197b730a30f7..dc44d1cda9cabd62df148fdcae1af735b38c8a92 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __ULTRALCDH
-#define __ULTRALCDH
+#ifndef ULTRALCD_H
+#define ULTRALCD_H
 #include "Marlin.h"
 #ifdef ULTRA_LCD
   #include <LiquidCrystal.h>
index ff6af60afdc5451554473e2150b9a8f9df874af4..937379b69676331ca2a9d63eb9947d6236e5b56e 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __WATCHDOGH
-#define __WATCHDOGH
+#ifndef WATCHDOG_H
+#define WATCHDOG_H
 #include "Marlin.h"
 #ifdef USE_WATCHDOG