Browse Source

Remove dead comment

Scott Lahteine 6 years ago
parent
commit
b7ca93ba37
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/module/endstops.cpp

+ 1
- 1
Marlin/src/module/endstops.cpp View File

367
     #endif
367
     #endif
368
   }
368
   }
369
   prev_hit_state = hit_state;
369
   prev_hit_state = hit_state;
370
-} // Endstops::report_state
370
+}
371
 
371
 
372
 static void print_es_state(const bool is_hit, PGM_P const label=NULL) {
372
 static void print_es_state(const bool is_hit, PGM_P const label=NULL) {
373
   if (label) serialprintPGM(label);
373
   if (label) serialprintPGM(label);

Loading…
Cancel
Save