Change Marlin debug flag names to fix conflicts (#12340)
In reference to #11000
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
#include "serial.h"
|
||||
|
||||
uint8_t marlin_debug_flags = DEBUG_NONE;
|
||||
uint8_t marlin_debug_flags = MARLIN_DEBUG_NONE;
|
||||
|
||||
const char errormagic[] PROGMEM = "Error:";
|
||||
const char echomagic[] PROGMEM = "echo:";
|
||||
|
Reference in New Issue
Block a user