Skip to content

Commit

Permalink
comedi.h: replace bare 'unsigned' with 'unsigned int'
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-abbott committed May 16, 2016
1 parent 7958fec commit 2fb6289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/comedi.h
Expand Up @@ -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];
};

Expand Down

0 comments on commit 2fb6289

Please sign in to comment.