summaryrefslogtreecommitdiff
path: root/instr-daemon.c
diff options
context:
space:
mode:
authorroot <root@fedora-arm.domain.avtechpulse.com>1999-12-31 19:07:02 -0500
committerroot <root@fedora-arm.domain.avtechpulse.com>1999-12-31 19:07:02 -0500
commit916ba418f2d6f0e91370250be4369affdf677e2e (patch)
treec7454f721e99bd8ca60b8bf2b17f38242b96ff71 /instr-daemon.c
parentbc066aa6f5b6c69a29109a2405e8a91c55d2fade (diff)
disable gpib for now
Diffstat (limited to 'instr-daemon.c')
-rw-r--r--instr-daemon.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/instr-daemon.c b/instr-daemon.c
index 0dbee09..d3fcf5e 100644
--- a/instr-daemon.c
+++ b/instr-daemon.c
@@ -324,15 +324,15 @@ static gboolean periodic_poll (void)
//
// FIXME - comment out everything up to "return TRUE" if this section
// is crashing due to non-functional bus
- GPIB_check_for_device_clear_signal();
+/* GPIB_check_for_device_clear_signal();
if (GPIB_check_for_messages(globals.Registers.gpib_buffer)) {
if (GPIB_handle_new_input(globals.Registers.gpib_buffer)) {
- // FIXME check_for_ctrl_mode_changes(); /* update rem/loc settings */
+ // FIXME check_for_ctrl_mode_changes();
Parser_main(globals.Registers.gpib_buffer, 0, NULL, NULL);
}
}
GPIB_check_for_device_clear_signal();
-
+*/
return TRUE;
}