checkpoint
[slipway.git] / src / com / ftdi / usb / FtdiUart.java
index 0990079..289f92e 100644 (file)
@@ -7,8 +7,6 @@ import java.io.*;
  *  Note: blocking reads are currently implemented by busy-waiting.
  *  This is really ugly.  Check the linux kernel source to see how to
  *  get libftdi to do it properly.
- *
- *  Flow control is also not properly supported.
  */
 public class FtdiUart {