summaryrefslogtreecommitdiff
path: root/instr-daemon.c
diff options
context:
space:
mode:
authordaniel <danieruru@gmail.com>2012-10-01 09:54:18 +0900
committerdaniel <danieruru@gmail.com>2012-10-01 09:54:18 +0900
commit13d5a8cdcefa83b44736d3f51b1aa19246007085 (patch)
tree4eb1f27cb96b3cd888d5b2e9637f0dd36aaffeb2 /instr-daemon.c
parent131d5ec32ca62c06f1eed9ee282bb15f814f4ba8 (diff)
parent916ba418f2d6f0e91370250be4369affdf677e2e (diff)
Merge branch 'master' of grenfell.avtechpulse.com:Instrument
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 8ffd2b7..1921822 100644
--- a/instr-daemon.c
+++ b/instr-daemon.c
@@ -326,15 +326,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;
}