diff options
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; |