mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-13 09:48:01 -06:00
parent
b3c68f31d0
commit
1f41914bd1
219 changed files with 1314 additions and 0 deletions
|
@ -2021,6 +2021,12 @@
|
|||
//#define SERIAL_STATS_DROPPED_RX
|
||||
#endif
|
||||
|
||||
// Monitor RX buffer usage
|
||||
// Dump an error to the serial port if the serial receive buffer overflows.
|
||||
// If you see these errors, increase the RX_BUFFER_SIZE value.
|
||||
// Not supported on all platforms.
|
||||
//#define RX_BUFFER_MONITOR
|
||||
|
||||
/**
|
||||
* Emergency Command Parser
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue