diff options
Diffstat (limited to 'instr-daemon.c')
-rw-r--r-- | instr-daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instr-daemon.c b/instr-daemon.c index 0065ca3..0b6bcc7 100644 --- a/instr-daemon.c +++ b/instr-daemon.c @@ -329,7 +329,7 @@ static gboolean periodic_poll (void) GPIB_check_for_device_clear_signal(); if (GPIB_check_for_messages(globals.Registers.gpib_buffer)) { if (GPIB_handle_new_input(globals.Registers.gpib_buffer)) { - // check_for_ctrl_mode_changes(); /* update rem/loc settings */ + // FIXME check_for_ctrl_mode_changes(); /* update rem/loc settings */ Parser_main(globals.Registers.gpib_buffer, 0, NULL, NULL); } } |