Updated all example configuration files

This commit is contained in:
João Brázio
2016-04-22 17:42:26 +01:00
parent de8108648f
commit 8ccd97e7cc
55 changed files with 437 additions and 8 deletions

View File

@ -45,11 +45,11 @@
* will force a minimum config file revision, otherwise Marlin will not build.
*/
#if ! defined(CONFIGURATION_H_VERSION) || CONFIGURATION_H_VERSION < REQUIRED_CONFIGURATION_H_VERSION
#error You are using an old Configuration.h file, updated it before building Marlin.
#error You are using an old Configuration.h file, update it before building Marlin.
#endif
#if ! defined(CONFIGURATION_ADV_H_VERSION) || CONFIGURATION_ADV_H_VERSION < REQUIRED_CONFIGURATION_ADV_H_VERSION
#error You are using an old Configuration_adv.h file, updated it before building Marlin.
#error You are using an old Configuration_adv.h file, update it before building Marlin.
#endif
/**