mirror of
https://github.com/cc65/cc65.git
synced 2025-04-06 20:37:16 +00:00
add SER_BAUD_56_875
This commit is contained in:
parent
367ab2d531
commit
9124d0f051
@ -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…
x
Reference in New Issue
Block a user