diff options
author | daniel <danieruru@gmail.com> | 2012-10-04 04:20:51 +0900 |
---|---|---|
committer | daniel <danieruru@gmail.com> | 2012-10-04 04:20:51 +0900 |
commit | 69d7ac58e532e5e51cf65c7d127fafddb812167d (patch) | |
tree | 140dd90ec31bbb3667b685510dfab8fb881c3252 /gpib.c | |
parent | 3f81a5c4e8bab38a904df55a5a363baa33c794fb (diff) | |
parent | 58b03f6b9bd96fb6de58e9a75b9af5fab7e3fab0 (diff) |
Merge branch 'master' of grenfell.avtechpulse.com:Instrument
Diffstat (limited to 'gpib.c')
-rw-r--r-- | gpib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -242,7 +242,7 @@ int INTERFACE_ERROR; /* Error Code */ int INTERFACE_STATUS; /* Interface Status */ -unsigned int MR_4882_status[5]; /* 4882 status memory registers */ +unsigned char MR_4882_status[5]; /* 4882 status memory registers */ unsigned long int DATA_COUNT; /* Transfer count */ unsigned long int Requested_Count; /* Requested transfer count */ |