Echo all debug levels in M111, default to DEBUG_NONE

Redo of #3268 by @jbrazio
This commit is contained in:
Scott Lahteine
2016-03-29 19:18:45 -07:00
parent e0ab06cfae
commit 4402760739
3 changed files with 40 additions and 24 deletions

View File

@@ -229,6 +229,7 @@ void Stop();
* Debug flags - not yet widely applied
*/
enum DebugFlags {
DEBUG_NONE = 0,
DEBUG_ECHO = _BV(0),
DEBUG_INFO = _BV(1),
DEBUG_ERRORS = _BV(2),