Browse Source

Fix MarlinSerial typo

Scott Lahteine 4 years ago
parent
commit
8532c2b9b6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/HAL/AVR/MarlinSerial.h

+ 1
- 1
Marlin/src/HAL/AVR/MarlinSerial.h View File

@@ -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…
Cancel
Save