__ 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 #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

View File

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

View File

@ -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"

View File

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

View File

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

View File

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

View File

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