1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00

add SER_BAUD_56_875

This commit is contained in:
Christian Groessler 2013-12-06 20:13:55 +01:00
parent 367ab2d531
commit 9124d0f051
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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