diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-12-07 11:10:01 -0500 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-12-07 11:10:01 -0500 |
commit | cf492a7c67e82818e805a67aa5e1b91ec8a595b1 (patch) | |
tree | 4c443bf7097e4cd152483de0817f8a692d05e250 /globals.h | |
parent | 3fe4c0eead043da3eeb178a854bd9ca81a282807 (diff) |
renamed gpib_input_buffer for clarity
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |