change bufconfig version test from 0.7.56 to 0.7.57
This commit is contained in:
parent
926cac4baf
commit
885720bf77
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ int main(int argc,char *argv[])
|
|||
exit(1);
|
||||
}
|
||||
if(devinfo.version_code < ((7<<8) | (57))){
|
||||
fprintf(stderr,"Buffer resizing requires Comedi version >= 0.7.56\n");
|
||||
fprintf(stderr,"Buffer resizing requires Comedi version >= 0.7.57\n");
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue