mirror of
git://sigrok.org/libserialport
synced 2023-08-10 21:13:24 +03:00
Remove obsolete comment.
This commit is contained in:
parent
9af8cff38f
commit
950faaa94a
@ -1582,7 +1582,6 @@ static enum sp_return set_config(struct sp_port *port, struct port_data *data,
|
||||
|
||||
if (config->parity >= 0) {
|
||||
switch (config->parity) {
|
||||
/* Note: There's also SPACEPARITY, MARKPARITY (unneeded so far). */
|
||||
case SP_PARITY_NONE:
|
||||
data->dcb.Parity = NOPARITY;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user