Skip to content

Commit 4a50d89

Browse files
committed
✏️ Encoder noise followup
Followup to MarlinFirmware#23925
1 parent 867e274 commit 4a50d89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Marlin/src/lcd/marlinui.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -689,8 +689,8 @@ class MarlinUI {
689689
/**
690690
* Some printers may have issues with EMI noise especially using a motherboard with 3.3V logic levels
691691
* it may cause the logical LOW to float into the undefined region and register as a logical HIGH
692-
* causing it to errorenously register as if someone clicked the button and in worst case make the printer
693-
* unusable in practice.
692+
* causing it to erroneously register as if someone clicked the button and in worst case make the
693+
* printer unusable in practice.
694694
*/
695695
static bool hw_button_pressed() {
696696
LOOP_L_N(s, ENCODER_SAMPLES) {

0 commit comments

Comments
 (0)