diff options
Diffstat (limited to 'gpib.c')
-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 */ |