fixed bug

This commit is contained in:
Frank Mori Hess 2001-05-28 03:35:34 +00:00
parent 3fcd155c48
commit 69b9002a22

View file

@ -43,7 +43,7 @@ int comedi_get_cmd_generic_timed(comedi_t *it,unsigned int s,comedi_cmd *cmd)
}else if(cmd->start_src&TRIG_FOLLOW){
cmd->start_src=TRIG_FOLLOW;
cmd->start_arg=0;
}
}else{
/* hmmm... don't know what to do */
return -1;
}