diff options
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 */ |