comedi.h: replace bare 'unsigned' with 'unsigned int'

This commit is contained in:
Ian Abbott 2016-05-16 11:24:07 +01:00
parent 7958fec6c5
commit 2fb6289b1c
1 changed files with 1 additions and 1 deletions

View File

@ -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];
};