1
0
mirror of git://sigrok.org/libserialport synced 2023-08-10 21:13:24 +03:00

Remove disused flowcontrol field from sp_port_config.

This commit is contained in:
Martin Ling 2013-11-15 00:12:50 +00:00
parent da2748bfb3
commit a33d84f6a0

View File

@ -58,7 +58,6 @@ struct sp_port_config {
int bits;
int parity;
int stopbits;
int flowcontrol;
int rts;
int cts;
int dtr;