summaryrefslogtreecommitdiff
path: root/instr-daemon.c
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1999-12-31 19:49:54 -0500
committerroot <root@avtech.domain.avtechpulse.com>1999-12-31 19:49:54 -0500
commit6f54d6f2efeb88630e69cd673f5be55e16735f22 (patch)
tree5a4757adfb20e2fe9b7fe66bb3b9135389cb4774 /instr-daemon.c
parent26fbe0556b9260c29ac1aa082d7ce3baacadb665 (diff)
removed parity and databit settings, because they are now automatic
Diffstat (limited to 'instr-daemon.c')
-rw-r--r--instr-daemon.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/instr-daemon.c b/instr-daemon.c
index 021eb62..eaf0b07 100644
--- a/instr-daemon.c
+++ b/instr-daemon.c
@@ -231,9 +231,7 @@ int main(int argc, char **argv)
GPIB_initialize();
IO_Setup_RS232( globals.Flash.baud,
- globals.Flash.parity,
globals.Flash.stopbits,
- globals.Flash.databits,
globals.Flash.hardhand,
globals.Flash.echo,
FALSE);