diff options
author | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:32:23 -0500 |
---|---|---|
committer | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:32:23 -0500 |
commit | 58b03f6b9bd96fb6de58e9a75b9af5fab7e3fab0 (patch) | |
tree | cffeacc2c0ae0c8c759ee6b779a1feb997754aa6 /gpib.c | |
parent | b79cf089944f6e6f78f34c37f44c632efa780e6e (diff) |
gpib works now
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 */ |