From b7ca93ba37d8236cd4523b6f61120e6b9c6d0f08 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 4 Nov 2018 06:07:17 -0600 Subject: [PATCH] Remove dead comment --- Marlin/src/module/endstops.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/module/endstops.cpp b/Marlin/src/module/endstops.cpp index 7049edb07..102ba3744 100644 --- a/Marlin/src/module/endstops.cpp +++ b/Marlin/src/module/endstops.cpp @@ -367,7 +367,7 @@ void Endstops::event_handler() { #endif } prev_hit_state = hit_state; -} // Endstops::report_state +} static void print_es_state(const bool is_hit, PGM_P const label=NULL) { if (label) serialprintPGM(label);