From 5ef4fb378e345e20d1fa3bdbc5312598dc571276 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Thu, 24 Mar 2022 20:29:50 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Encoder=20noise=20followup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Followup to #23925 --- Marlin/src/lcd/marlinui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/src/lcd/marlinui.h b/Marlin/src/lcd/marlinui.h index b28687ee91..30c22188e4 100644 --- a/Marlin/src/lcd/marlinui.h +++ b/Marlin/src/lcd/marlinui.h @@ -689,8 +689,8 @@ public: /** * Some printers may have issues with EMI noise especially using a motherboard with 3.3V logic levels * it may cause the logical LOW to float into the undefined region and register as a logical HIGH - * causing it to errorenously register as if someone clicked the button and in worst case make the printer - * unusable in practice. + * causing it to erroneously register as if someone clicked the button and in worst case make the + * printer unusable in practice. */ static bool hw_button_pressed() { LOOP_L_N(s, ENCODER_SAMPLES) {