Updated all example configuration files
This commit is contained in:
@ -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
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user