Browse Source

Merge pull request #1933 from bq/Fix_stray_in_configuration

Fixed compilation error "error: stray ‘\357’ in program"
pull/1/head
Scott Lahteine 10 years ago
parent
commit
a4ca87ba99
  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