1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 11:44:53 +08:00

Merge pull request #41 from clearpathrobotics/one-point-five-fix

Fix aliasing of stopbits_one_point_five
This commit is contained in:
William Woodall 2013-10-09 10:47:57 -07:00
commit 863aee8795

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;
/*!