Revert "Config templates: protect config.h against multiple inclusion."
Teacup uses preprocessor magic which actually requires including
config.h twice.
This reverts commit c61191d86d.
This commit is contained in:
parent
8acb072e0b
commit
694e3c4298
|
|
@ -1,5 +1,4 @@
|
||||||
#ifndef _CONFIG_H
|
/* Notice to developers: this file is intentionally included twice. */
|
||||||
#define _CONFIG_H
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
CONTENTS
|
CONTENTS
|
||||||
|
|
@ -422,5 +421,3 @@ DEFINE_TEMP_SENSOR(noheater, TT_INTERCOM, 0)
|
||||||
* OCR5CL - PL5 - DIO44 *
|
* OCR5CL - PL5 - DIO44 *
|
||||||
* *
|
* *
|
||||||
\***************************************************************************/
|
\***************************************************************************/
|
||||||
|
|
||||||
#endif /* _CONFIG_H */
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
#ifndef _CONFIG_H
|
/* Notice to developers: this file is intentionally included twice. */
|
||||||
#define _CONFIG_H
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Sample configuration file for the GEN6-Board sold by Camiel Gubbels.
|
Sample configuration file for the GEN6-Board sold by Camiel Gubbels.
|
||||||
|
|
@ -411,5 +410,3 @@ DEFINE_HEATER(extruder, PORTD, PIND6, OCR2B)
|
||||||
* OCR5CL - PL5 - DIO44 *
|
* OCR5CL - PL5 - DIO44 *
|
||||||
* *
|
* *
|
||||||
\***************************************************************************/
|
\***************************************************************************/
|
||||||
|
|
||||||
#endif /* _CONFIG_H */
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
#ifndef _CONFIG_H
|
/* Notice to developers: this file is intentionally included twice. */
|
||||||
#define _CONFIG_H
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
CONTENTS
|
CONTENTS
|
||||||
|
|
@ -439,5 +438,3 @@ DEFINE_HEATER(bed, PORTB, PINB4, OCR0B)
|
||||||
* OCR5CL - PL5 - DIO44 *
|
* OCR5CL - PL5 - DIO44 *
|
||||||
* *
|
* *
|
||||||
\***************************************************************************/
|
\***************************************************************************/
|
||||||
|
|
||||||
#endif /* _CONFIG_H */
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
#ifndef _CONFIG_H
|
/* Notice to developers: this file is intentionally included twice. */
|
||||||
#define _CONFIG_H
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
CONTENTS
|
CONTENTS
|
||||||
|
|
@ -425,5 +424,3 @@ DEFINE_HEATER(fan, PORTH, PINH6, OCR2B)
|
||||||
* OCR5CL - PL5 - DIO44 *
|
* OCR5CL - PL5 - DIO44 *
|
||||||
* *
|
* *
|
||||||
\***************************************************************************/
|
\***************************************************************************/
|
||||||
|
|
||||||
#endif /* _CONFIG_H */
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue