make verbosity options work again
authorFrank Mori Hess <fmhess@speakeasy.net>
Thu, 22 May 2003 20:49:53 +0000 (20:49 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Thu, 22 May 2003 20:49:53 +0000 (20:49 +0000)
comedi_calibrate/comedi_calibrate.c

index f7057621b4bc57da893d993fcca43d2f1eba7074..75c396d57b6bac8963b28bd283b83e9dd02434ae 100644 (file)
@@ -192,7 +192,8 @@ int main(int argc, char *argv[])
        options.do_output = 1;
        options.file_path = "/dev/comedi0";
        parse_options( argc, argv, &options );
-
+       verbose = options.verbose;
+       
        setup.dev = comedi_open( options.file_path );
        if( setup.dev == NULL ) {
                fprintf( stderr, "comedi_open() failed, with device file name: %s\n",