Echo all debug levels in M111, default to DEBUG_NONE
Redo of #3268 by @jbrazio
This commit is contained in:
parent
e0ab06cfae
commit
4402760739
3 changed files with 40 additions and 24 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue