Remove commented stuff
This commit is contained in:
parent
b668811b9c
commit
a00960e008
1 changed files with 0 additions and 2 deletions
|
@ -131,8 +131,6 @@ int main(int argc, char *argv[])
|
|||
dds_output(data,BUF_LEN);
|
||||
dds_output(data,BUF_LEN);
|
||||
|
||||
//lseek no longer needed or used
|
||||
//lseek(comedi_fileno(dev),subdevice,SEEK_SET);
|
||||
m=write(comedi_fileno(dev),data,BUF_LEN*sizeof(sampl_t));
|
||||
perror("write");
|
||||
printf("m=%d\n",m);
|
||||
|
|
Loading…
Add table
Reference in a new issue