From cf492a7c67e82818e805a67aa5e1b91ec8a595b1 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Fri, 7 Dec 2012 11:10:01 -0500 Subject: renamed gpib_input_buffer for clarity --- globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.h') diff --git a/globals.h b/globals.h index 99b05dc..5e5885b 100644 --- a/globals.h +++ b/globals.h @@ -275,7 +275,7 @@ typedef struct { int ques_enable_register; /* for stat:enable command */ int avrq_reg; int last_rise_time_relay_setting; - char gpib_buffer[max_gpib_input_length]; + char gpib_input_buffer[max_gpib_input_length]; } HWregStruct; -- cgit