Skip to content
Snippets Groups Projects
Commit 5590c8ff authored by Eduardo José Tagle's avatar Eduardo José Tagle Committed by Scott Lahteine
Browse files

Fix MarlinSerial (AVR) (#10991)

An undocumented hw bug makes the UART lose chars when RX ISR is disabled, even for a very small amount of time. This happens when RX_BUFFER > 256, and the result is corrupted received commands. Solved by implementing pseudo-atomic operations on 16bit indices.
parent 3fd1f32b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment