comedi.h: replace bare 'unsigned' with 'unsigned int'
This commit is contained in:
parent
7958fec6c5
commit
2fb6289b1c
1 changed files with 1 additions and 1 deletions
|
@ -810,7 +810,7 @@ struct comedi_subdinfo_struct {
|
|||
unsigned int flags;
|
||||
unsigned int range_type;
|
||||
unsigned int settling_time_0;
|
||||
unsigned insn_bits_support;
|
||||
unsigned int insn_bits_support;
|
||||
unsigned int unused[8];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue