summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel <danieruru@gmail.com>2013-01-29 01:42:17 +0900
committerdaniel <danieruru@gmail.com>2013-01-29 01:42:17 +0900
commit5153f39a6bbeee5b5c4ba01f95e9c91834f1d4f7 (patch)
treeebeafa01d77e5319d3c1fa66a3ac2ad2a29d7ceb
parentc314cad726a05269c7c7e21200175ee3a79d2ae3 (diff)
parent3800930f3d03601c5063fdced79b461e77fec563 (diff)
Merge branch 'vxi' of grenfell.avtechpulse.com:Instrument into vxi
-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
}