From 3201fd15386d1fa5285b999f863be5c36a99952b Mon Sep 17 00:00:00 2001 From: PavelSindler Date: Sun, 14 Jan 2018 19:36:30 +0100 Subject: [PATCH] removed duplicit comment --- Firmware/MarlinSerial.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Firmware/MarlinSerial.cpp b/Firmware/MarlinSerial.cpp index 359aaa59..357de7c6 100644 --- a/Firmware/MarlinSerial.cpp +++ b/Firmware/MarlinSerial.cpp @@ -196,10 +196,6 @@ int MarlinSerial::read(void) 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 // 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