__ header file replace

This commit is contained in:
Bernhard 2012-06-02 20:44:17 +02:00
parent bf077125b9
commit 0c123950e9
7 changed files with 14 additions and 14 deletions

View 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

View File

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

View File

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

View 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

View File

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

View File

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

View File

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