Update serial.h
correct definition of struct serial_configure
This commit is contained in:
parent
5aeb8dcebe
commit
a3e4d57a54
|
@ -100,7 +100,7 @@ struct serial_configure
|
||||||
rt_uint32_t bit_order :1;
|
rt_uint32_t bit_order :1;
|
||||||
rt_uint32_t invert :1;
|
rt_uint32_t invert :1;
|
||||||
rt_uint32_t bufsz :16;
|
rt_uint32_t bufsz :16;
|
||||||
rt_uint32_t reserved :4;
|
rt_uint32_t reserved :6;
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue