Be a little more correct by setting CMDF_WRITE flag, in preparation
for subdevices that support both input and output commands.
This commit is contained in:
parent
e9f2536843
commit
aa946e4810
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
memset(&cmd,0,sizeof(cmd));
|
||||
cmd.subdev = options.subdevice;
|
||||
cmd.flags = 0;
|
||||
cmd.flags = CMDF_WRITE;
|
||||
cmd.start_src = TRIG_INT;
|
||||
cmd.start_arg = 0;
|
||||
cmd.scan_begin_src = TRIG_TIMER;
|
||||
|
|
Loading…
Add table
Reference in a new issue