Skip to content

Commit

Permalink
Fix MarlinSerial typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Mar 12, 2021
1 parent 1affbe2 commit 8532c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/HAL/AVR/MarlinSerial.h
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
#else
static constexpr unsigned int RX_SIZE = 64;
static constexpr unsigned int TX_SIZE = 128;
static constexpr bool RX_OVERRUNS = false
static constexpr bool RX_OVERRUNS = false;
#endif
};

Expand Down

0 comments on commit 8532c2b

Please sign in to comment.