summaryrefslogtreecommitdiff
path: root/gpib.c
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1999-12-31 19:03:46 -0500
committerroot <root@avtech.domain.avtechpulse.com>1999-12-31 19:03:46 -0500
commit3800930f3d03601c5063fdced79b461e77fec563 (patch)
tree978fa371b9c8cb43a22ab2bd3596458e460aa4b3 /gpib.c
parent24ba66e6acd0d6603e1259fb2e0cd78dd6e54361 (diff)
must set MAV bit for GPIB hardware - commented out accidentally?
Diffstat (limited to 'gpib.c')
-rw-r--r--gpib.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gpib.c b/gpib.c
index bfa82ff..8f8bd26 100644
--- a/gpib.c
+++ b/gpib.c
@@ -786,10 +786,6 @@ void GPIB_and_VXI_start_query_response(gpointer ignore_this, gchar *in_string)
g_assert (ignore_this == NULL);
g_assert (in_string != NULL);
- //if (!globals.HWDetect.gpib) {
- // return;
- //}
-
if (globals.Registers.pending_output_message != NULL) {
queue_error_for_gpib_only(query_error_interrupted);
g_free (globals.Registers.pending_output_message);
@@ -797,7 +793,7 @@ void GPIB_and_VXI_start_query_response(gpointer ignore_this, gchar *in_string)
}
globals.Registers.pending_output_message = g_strdup_printf ("%s\n", in_string);
- //TNT_4882_Status(STB,0x10,SET); // Set MAV bit
+ TNT_4882_Status(STB,0x10,SET); // Set MAV bit
}