Change Marlin debug flag names to fix conflicts (#12340)

In reference to #11000
This commit is contained in:
Scott Lahteine
2018-11-05 22:48:28 -06:00
committed by GitHub
parent f7e682eeee
commit b3b4e6dc45
8 changed files with 13 additions and 35 deletions

View File

@ -27,7 +27,6 @@
*/
#define CPU_32_BIT
#undef DEBUG_NONE
#ifndef vsnprintf_P
#define vsnprintf_P vsnprintf
@ -41,15 +40,6 @@
#include <util/atomic.h>
#include <Arduino.h>
// --------------------------------------------------------------------------
// Undefine DEBUG_ settings
// --------------------------------------------------------------------------
#undef DEBUG_NONE
#undef DEBUG_FAULT
#undef DEBUG_ALL
// --------------------------------------------------------------------------
// Includes
// --------------------------------------------------------------------------