Browse Source

__ header file replace

pull/1/head
Bernhard 12 years ago
parent
commit
0c123950e9
  1. 4
      Marlin/Configuration.h
  2. 4
      Marlin/Configuration_adv.h
  3. 4
      Marlin/EEPROMwrite.h
  4. 4
      Marlin/Marlin.h
  5. 4
      Marlin/cardreader.h
  6. 4
      Marlin/ultralcd.h
  7. 4
      Marlin/watchdog.h

4
Marlin/Configuration.h

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

4
Marlin/Configuration_adv.h

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

4
Marlin/EEPROMwrite.h

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

4
Marlin/Marlin.h

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

4
Marlin/cardreader.h

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

4
Marlin/ultralcd.h

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

4
Marlin/watchdog.h

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

Loading…
Cancel
Save