Browse Source

Fixed compilation error "error: stray ‘\357’ in program" in several configuration files.

Introduced in commit 697ee2dc and later spread to other files.
pull/1/head
Ivan Galvez Junquera 10 years ago
parent
commit
b99e63a7bf
  1. 2
      Marlin/example_configurations/Felix/Configuration.h
  2. 2
      Marlin/example_configurations/Hephestos/Configuration.h
  3. 2
      Marlin/example_configurations/K8200/Configuration.h
  4. 2
      Marlin/example_configurations/SCARA/Configuration.h
  5. 2
      Marlin/example_configurations/WITBOX/Configuration.h
  6. 2
      Marlin/example_configurations/delta/generic/Configuration.h
  7. 2
      Marlin/example_configurations/delta/kossel_mini/Configuration.h
  8. 2
      Marlin/example_configurations/makibox/Configuration.h
  9. 2
      Marlin/example_configurations/tvrrug/Round2/Configuration.h

2
Marlin/example_configurations/Felix/Configuration.h

@ -1,4 +1,4 @@
#ifndef CONFIGURATION_H
#ifndef CONFIGURATION_H
#define CONFIGURATION_H
#include "boards.h"

2
Marlin/example_configurations/Hephestos/Configuration.h

@ -1,4 +1,4 @@
#ifndef CONFIGURATION_H
#ifndef CONFIGURATION_H
#define CONFIGURATION_H
#include "boards.h"

2
Marlin/example_configurations/K8200/Configuration.h

@ -1,4 +1,4 @@
#ifndef CONFIGURATION_H
#ifndef CONFIGURATION_H
#define CONFIGURATION_H
#include "boards.h"

2
Marlin/example_configurations/SCARA/Configuration.h

@ -1,4 +1,4 @@
#ifndef CONFIGURATION_H
#ifndef CONFIGURATION_H
#define CONFIGURATION_H
#include "boards.h"

2
Marlin/example_configurations/WITBOX/Configuration.h

@ -1,4 +1,4 @@
#ifndef CONFIGURATION_H
#ifndef CONFIGURATION_H
#define CONFIGURATION_H
#include "boards.h"

2
Marlin/example_configurations/delta/generic/Configuration.h

@ -1,4 +1,4 @@
#ifndef CONFIGURATION_H
#ifndef CONFIGURATION_H
#define CONFIGURATION_H
#include "boards.h"

2
Marlin/example_configurations/delta/kossel_mini/Configuration.h

@ -1,4 +1,4 @@
#ifndef CONFIGURATION_H
#ifndef CONFIGURATION_H
#define CONFIGURATION_H
#include "boards.h"

2
Marlin/example_configurations/makibox/Configuration.h

@ -1,4 +1,4 @@
#ifndef CONFIGURATION_H
#ifndef CONFIGURATION_H
#define CONFIGURATION_H
#include "boards.h"

2
Marlin/example_configurations/tvrrug/Round2/Configuration.h

@ -1,4 +1,4 @@
#ifndef CONFIGURATION_H
#ifndef CONFIGURATION_H
#define CONFIGURATION_H
#include "boards.h"

Loading…
Cancel
Save