4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 13:03:31 +08:00

Merge pull request #2018 from dogandog/master

Update serial.h
This commit is contained in:
Bernard Xiong 2018-11-30 12:48:04 +08:00 committed by GitHub
commit bcd591c5f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ struct serial_configure
rt_uint32_t bit_order :1;
rt_uint32_t invert :1;
rt_uint32_t bufsz :16;
rt_uint32_t reserved :4;
rt_uint32_t reserved :6;
};
/*