1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 19:54:57 +08:00

Merge 8f01d232492fc9b67296ad0c7b9e717b783f6b2f into 0c7a1f59c388ed2d15569af636dca4c8620eeb5d

This commit is contained in:
Mike Purvis 2013-10-09 08:32:44 -07:00
commit 2da275f51c

View File

@ -74,8 +74,8 @@ typedef enum {
*/
typedef enum {
stopbits_one = 1,
stopbits_one_point_five,
stopbits_two = 2
stopbits_two = 2,
stopbits_one_point_five
} stopbits_t;
/*!