Skip to content
Snippets Groups Projects
Commit 83795d3e authored by Lukas Abfalterer's avatar Lukas Abfalterer Committed by Scott Lahteine
Browse files

deleted double used comments

parent 143ad74d
Branches
Tags
No related merge requests found
...@@ -133,10 +133,6 @@ int MarlinSerial::read(void) { ...@@ -133,10 +133,6 @@ int MarlinSerial::read(void) {
} }
void MarlinSerial::flush() { void MarlinSerial::flush() {
// don't reverse this or there may be problems if the RX interrupt
// occurs after reading the value of rx_buffer_head but before writing
// the value to rx_buffer_tail; the previous value of rx_buffer_head
// may be written to rx_buffer_tail, making it appear as if the buffer
// don't reverse this or there may be problems if the RX interrupt // don't reverse this or there may be problems if the RX interrupt
// occurs after reading the value of rx_buffer_head but before writing // occurs after reading the value of rx_buffer_head but before writing
// the value to rx_buffer_tail; the previous value of rx_buffer_head // the value to rx_buffer_tail; the previous value of rx_buffer_head
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment