__ header file replace
This commit is contained in:
parent
bf077125b9
commit
0c123950e9
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef __CONFIGURATION_ADV_H
|
||||
#define __CONFIGURATION_ADV_H
|
||||
#ifndef CONFIGURATION_ADV_H
|
||||
#define CONFIGURATION_ADV_H
|
||||
|
||||
//===========================================================================
|
||||
//=============================Thermal Settings ============================
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef __EEPROMH
|
||||
#define __EEPROMH
|
||||
#ifndef EEPROM_H
|
||||
#define EEPROM_H
|
||||
|
||||
#include "Marlin.h"
|
||||
#include "planner.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
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef __CARDREADERH
|
||||
#define __CARDREADERH
|
||||
#ifndef CARDREADER_H
|
||||
#define CARDREADER_H
|
||||
|
||||
#ifdef SDSUPPORT
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef __ULTRALCDH
|
||||
#define __ULTRALCDH
|
||||
#ifndef ULTRALCD_H
|
||||
#define ULTRALCD_H
|
||||
#include "Marlin.h"
|
||||
#ifdef ULTRA_LCD
|
||||
#include <LiquidCrystal.h>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef __WATCHDOGH
|
||||
#define __WATCHDOGH
|
||||
#ifndef WATCHDOG_H
|
||||
#define WATCHDOG_H
|
||||
#include "Marlin.h"
|
||||
#ifdef USE_WATCHDOG
|
||||
|
||||
|
|
Loading…
Reference in a new issue