diff options
Diffstat (limited to 'libk8055/main.c')
-rw-r--r-- | libk8055/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libk8055/main.c b/libk8055/main.c index 92a37f8..41ba33c 100644 --- a/libk8055/main.c +++ b/libk8055/main.c @@ -157,12 +157,12 @@ int main ( int argc,char* params[] ) { fprintf(stderr,"Could not allocate data for k8055_dev struct.\n"); return ( EXIT_FAILURE ); } + if ( debug ) + k8055_set_debug(dev,3); if ( k8055_open_device( dev, ipid )<0 ) { fprintf(stderr,"Could not open the k8055 (port:%d)\nPlease ensure that the device is correctly connected.\n",ipid ); return ( EXIT_FAILURE ); } else { - if ( debug ) - k8055_set_debug(dev,2); if ( resetcnt1 ) k8055_reset_counter( dev,1 ); if ( resetcnt2 ) |