diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-12-07 11:39:09 -0500 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-12-07 11:39:09 -0500 |
commit | 401025aebc02eca587474e094fa50b2939f8a147 (patch) | |
tree | 08004457bc209b4bca1ed56b8bcc39560566d54b /globals.h | |
parent | cf492a7c67e82818e805a67aa5e1b91ec8a595b1 (diff) |
modify gpib response sending so it does not hang if read never received
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -276,6 +276,7 @@ typedef struct { int avrq_reg; int last_rise_time_relay_setting; char gpib_input_buffer[max_gpib_input_length]; + gchar *pending_output_message; } HWregStruct; |