Make MAPPER_NON the fall back mapper

Make MAPPER_NON the fall back mapper - if no other is defined.
One list less to maintain.
This commit is contained in:
AnHardt
2016-07-12 19:42:42 +02:00
parent 54d35230df
commit b273736962
19 changed files with 9 additions and 33 deletions

View File

@ -35,10 +35,6 @@
#define DISPLAY_CHARSET_ISO10646_1 // use the better font on full graphic displays.
#endif
#if DISABLED(MAPPER_NON) && DISABLED(MAPPER_C2C3) && DISABLED(MAPPER_D0D1) && DISABLED(MAPPER_D0D1_MOD) && DISABLED(MAPPER_E382E383) && DISABLED(MAPPER_CECF)
#define MAPPER_NON // For direct ascii codes
#endif
#ifndef WELCOME_MSG
#define WELCOME_MSG MACHINE_NAME " ready."
#endif