瀏覽代碼

Fix MarlinSerial typo

Scott Lahteine 4 年之前
父節點
當前提交
8532c2b9b6
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/src/HAL/AVR/MarlinSerial.h

+ 1
- 1
Marlin/src/HAL/AVR/MarlinSerial.h 查看文件

@@ -287,7 +287,7 @@
287 287
     #else
288 288
       static constexpr unsigned int RX_SIZE   = 64;
289 289
       static constexpr unsigned int TX_SIZE   = 128;
290
-      static constexpr bool RX_OVERRUNS       = false
290
+      static constexpr bool RX_OVERRUNS       = false;
291 291
     #endif
292 292
   };
293 293
 

Loading…
取消
儲存