Commit d48168b9 authored by cle69's avatar cle69
Browse files

Update uart.h

Add  Baudrate 1200, 2400,4800
parent 513c46b4
...@@ -33,6 +33,9 @@ typedef enum { ...@@ -33,6 +33,9 @@ typedef enum {
} UartExistParity; } UartExistParity;
typedef enum { typedef enum {
BIT_RATE_9600 = 1200,
BIT_RATE_9600 = 2400,
BIT_RATE_4800 = 4800,
BIT_RATE_9600 = 9600, BIT_RATE_9600 = 9600,
BIT_RATE_19200 = 19200, BIT_RATE_19200 = 19200,
BIT_RATE_38400 = 38400, BIT_RATE_38400 = 38400,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment