Fix endstops.monitor_flag

This commit is contained in:
Scott Lahteine 2018-10-26 03:52:37 -05:00
parent 9ea9fde491
commit c7ed706f43
2 changed files with 2 additions and 4 deletions

View file

@ -20,8 +20,6 @@
*
*/
bool endstop_monitor_flag = false;
#define NAME_FORMAT "%-35s" // one place to specify the format of all the sources of names
// "-" left justify, "28" minimum width of name, pad with blanks