瀏覽代碼

✏️ Encoder noise followup

Followup to #23925
Scott Lahteine 2 年之前
父節點
當前提交
4a50d89bdb
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      Marlin/src/lcd/marlinui.h

+ 2
- 2
Marlin/src/lcd/marlinui.h 查看文件

@@ -689,8 +689,8 @@ public:
689 689
       /**
690 690
        * Some printers may have issues with EMI noise especially using a motherboard with 3.3V logic levels
691 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.
692
+       * causing it to erroneously register as if someone clicked the button and in worst case make the
693
+       * printer unusable in practice.
694 694
        */
695 695
       static bool hw_button_pressed() {
696 696
         LOOP_L_N(s, ENCODER_SAMPLES) {

Loading…
取消
儲存