0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-18 07:29:33 +00:00

Fix MarlinSerial typo

This commit is contained in:
Scott Lahteine 2021-03-12 07:14:33 -06:00 committed by Scott Lahteine
parent ead6d99069
commit b6169a957d

View file

@ -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
};