make verbosity options work again
This commit is contained in:
parent
299d9df1de
commit
f233ede6ef
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue