mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-25 02:18:12 +00:00
Fix MarlinSerial typo
This commit is contained in:
parent
ead6d99069
commit
b6169a957d
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@
|
||||||
#else
|
#else
|
||||||
static constexpr unsigned int RX_SIZE = 64;
|
static constexpr unsigned int RX_SIZE = 64;
|
||||||
static constexpr unsigned int TX_SIZE = 128;
|
static constexpr unsigned int TX_SIZE = 128;
|
||||||
static constexpr bool RX_OVERRUNS = false
|
static constexpr bool RX_OVERRUNS = false;
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue