summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-12-07 11:10:01 -0500
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-12-07 11:10:01 -0500
commitcf492a7c67e82818e805a67aa5e1b91ec8a595b1 (patch)
tree4c443bf7097e4cd152483de0817f8a692d05e250 /globals.h
parent3fe4c0eead043da3eeb178a854bd9ca81a282807 (diff)
renamed gpib_input_buffer for clarity
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h2
1 files changed, 1 insertions, 1 deletions
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;