diff --git a/include/serial/serial.h b/include/serial/serial.h index d02bdd2..e5c5b7c 100644 --- a/include/serial/serial.h +++ b/include/serial/serial.h @@ -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; /*!