ruby fix from steven jenkins
This commit is contained in:
parent
57dc5de6d3
commit
153547a047
1 changed files with 4 additions and 0 deletions
|
@ -55,6 +55,10 @@ static unsigned int cr_aref(unsigned int a){
|
|||
|
||||
%array_class(unsigned int, chanlist);
|
||||
|
||||
%typemap(ruby, argout) comedi_cmd *INOUT(VALUE info) {
|
||||
$result = output_helper($result, $arg);
|
||||
};
|
||||
|
||||
/* below are (modified) copies of comedi.h and comedilib.h */
|
||||
|
||||
/* comedi.h */
|
||||
|
|
Loading…
Add table
Reference in a new issue