diff options
author | root <root@avtech.domain.avtechpulse.com> | 2000-01-01 00:00:32 +0900 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 2000-01-01 00:00:32 +0900 |
commit | fda8d9d2919e7e9e1711330b59176ac3e9090459 (patch) | |
tree | 905ceb4e695b26e5718b47c7add934c082baae63 | |
parent | 67a00462d49217fa12d6761942b8c8964e492b3b (diff) |
add printf showing if TNT4882 found, for debugging
-rw-r--r-- | gpib.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -424,6 +424,8 @@ void GPIB_initialize(void) globals.HWDetect.has_gpib = 0; printf ("Error: TNT4882 chip not found\n"); return; + } else { + printf ("OK: TNT4882 chip found\n"); } TNT_Out(R_cmdr,F_softreset); /* Reset FIFOS */ |