Преглед на файлове

deleted double used comments

Lukas Abfalterer преди 9 години
родител
ревизия
83795d3e63
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0
    4
      Marlin/MarlinSerial.cpp

+ 0
- 4
Marlin/MarlinSerial.cpp Целия файл

137
   // occurs after reading the value of rx_buffer_head but before writing
137
   // occurs after reading the value of rx_buffer_head but before writing
138
   // the value to rx_buffer_tail; the previous value of rx_buffer_head
138
   // the value to rx_buffer_tail; the previous value of rx_buffer_head
139
   // may be written to rx_buffer_tail, making it appear as if the buffer
139
   // may be written to rx_buffer_tail, making it appear as if the buffer
140
-  // don't reverse this or there may be problems if the RX interrupt
141
-  // occurs after reading the value of rx_buffer_head but before writing
142
-  // the value to rx_buffer_tail; the previous value of rx_buffer_head
143
-  // may be written to rx_buffer_tail, making it appear as if the buffer
144
   // were full, not empty.
140
   // were full, not empty.
145
   CRITICAL_SECTION_START;
141
   CRITICAL_SECTION_START;
146
     rx_buffer.head = rx_buffer.tail;
142
     rx_buffer.head = rx_buffer.tail;

Loading…
Отказ
Запис