summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>2000-01-01 00:00:32 +0900
committerroot <root@avtech.domain.avtechpulse.com>2000-01-01 00:00:32 +0900
commitfda8d9d2919e7e9e1711330b59176ac3e9090459 (patch)
tree905ceb4e695b26e5718b47c7add934c082baae63
parent67a00462d49217fa12d6761942b8c8964e492b3b (diff)
add printf showing if TNT4882 found, for debugging
-rw-r--r--gpib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpib.c b/gpib.c
index 53c6706..5872fb1 100644
--- a/gpib.c
+++ b/gpib.c
@@ -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 */