print subdevice too on command dumps.
This commit is contained in:
parent
da5769b50f
commit
e9f2536843
1 changed files with 3 additions and 0 deletions
|
@ -119,6 +119,9 @@ void dump_cmd(FILE *out,comedi_cmd *cmd)
|
|||
{
|
||||
char buf[100];
|
||||
|
||||
fprintf(out,"subdevice: %d\n",
|
||||
cmd->subdev);
|
||||
|
||||
fprintf(out,"start: %-8s %d\n",
|
||||
cmd_src(cmd->start_src,buf),
|
||||
cmd->start_arg);
|
||||
|
|
Loading…
Add table
Reference in a new issue