summaryrefslogtreecommitdiff
path: root/gpib.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpib.c')
-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 */