fix for compile warning with range.c
This commit is contained in:
parent
8efb15052d
commit
5d2fa2394d
1 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,8 @@ enum{
|
|||
COMEDILIB_BADCHAN,
|
||||
};
|
||||
|
||||
// used by range.c, was in comedilib.h but apparently deprecated so I put it here - fmhess
|
||||
int comedi_get_rangetype(comedi_t *it,unsigned int subdevice,unsigned int chan);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue