We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 867e274 commit 4a50d89Copy full SHA for 4a50d89
Marlin/src/lcd/marlinui.h
@@ -689,8 +689,8 @@ class MarlinUI {
689
/**
690
* Some printers may have issues with EMI noise especially using a motherboard with 3.3V logic levels
691
* 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.
+ * causing it to erroneously register as if someone clicked the button and in worst case make the
+ * printer unusable in practice.
694
*/
695
static bool hw_button_pressed() {
696
LOOP_L_N(s, ENCODER_SAMPLES) {
0 commit comments