Browse Source

Remove dead comment

pull/1/head
Scott Lahteine 6 years ago
parent
commit
b7ca93ba37
  1. 2
      Marlin/src/module/endstops.cpp

2
Marlin/src/module/endstops.cpp

@ -367,7 +367,7 @@ void Endstops::event_handler() {
#endif #endif
} }
prev_hit_state = hit_state; prev_hit_state = hit_state;
} // Endstops::report_state }
static void print_es_state(const bool is_hit, PGM_P const label=NULL) { static void print_es_state(const bool is_hit, PGM_P const label=NULL) {
if (label) serialprintPGM(label); if (label) serialprintPGM(label);

Loading…
Cancel
Save