add serial dio subdevice type
This commit is contained in:
parent
ae9babbc61
commit
8be0408187
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ char *subdevice_types[]={
|
|||
"timer",
|
||||
"memory",
|
||||
"calibration",
|
||||
"processor"
|
||||
"processor",
|
||||
"serial digital I/O"
|
||||
};
|
||||
|
||||
comedi_t *it;
|
||||
|
|
Loading…
Add table
Reference in a new issue