deleted double used comments
This commit is contained in:
parent
143ad74db7
commit
83795d3e63
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user