add SER_BAUD_56_875
This commit is contained in:
parent
367ab2d531
commit
9124d0f051
2 changed files with 2 additions and 0 deletions
|
@ -96,6 +96,7 @@ SER_BAUD_115200 = $12
|
|||
SER_BAUD_230400 = $13
|
||||
SER_BAUD_31250 = $14
|
||||
SER_BAUD_62500 = $15
|
||||
SER_BAUD_56_875 = $16
|
||||
|
||||
; Data bit settings
|
||||
SER_BITS_5 = $00
|
||||
|
|
|
@ -67,6 +67,7 @@
|
|||
#define SER_BAUD_230400 0x13
|
||||
#define SER_BAUD_31250 0x14
|
||||
#define SER_BAUD_62500 0x15
|
||||
#define SER_BAUD_56_875 0x16
|
||||
|
||||
/* Data bit settings */
|
||||
#define SER_BITS_5 0x00
|
||||
|
|
Loading…
Add table
Reference in a new issue