diff options
author | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:15:34 -0500 |
---|---|---|
committer | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:15:34 -0500 |
commit | db09095fb8348d99917f2a0dcdb08b60f59cd9ae (patch) | |
tree | 853bf8cf7d66dcef48505a20744d4ebff0add78a /instr-daemon.c | |
parent | 916ba418f2d6f0e91370250be4369affdf677e2e (diff) |
bus timing fixed with wide CS, 160 ns RD/WR
Diffstat (limited to 'instr-daemon.c')
-rw-r--r-- | instr-daemon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/instr-daemon.c b/instr-daemon.c index d3fcf5e..c6b5fa8 100644 --- a/instr-daemon.c +++ b/instr-daemon.c @@ -324,7 +324,7 @@ 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(); @@ -332,7 +332,7 @@ static gboolean periodic_poll (void) } } GPIB_check_for_device_clear_signal(); -*/ + return TRUE; } |