From fda8d9d2919e7e9e1711330b59176ac3e9090459 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 1 Jan 2000 00:00:32 +0900 Subject: add printf showing if TNT4882 found, for debugging --- gpib.c | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- cgit