瀏覽代碼

removed duplicit comment

PavelSindler 6 年之前
父節點
當前提交
3201fd1538
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      Firmware/MarlinSerial.cpp

+ 0 - 4
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