mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
Removed reference to old rs232 framework.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5896 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
420d29a37e
commit
50a884d530
@ -118,7 +118,7 @@ SER_HS_NONE = $00 ; No handshake
|
||||
SER_HS_HW = $01 ; Hardware (RTS/CTS) handshake
|
||||
SER_HS_SW = $02 ; Software handshake
|
||||
|
||||
; Bit masks to mask out things from the status returned by rs232_status
|
||||
; Bit masks to mask out things from the status returned by ser_status
|
||||
SER_STATUS_PE = $01 ; Parity error
|
||||
SER_STATUS_FE = $02 ; Framing error
|
||||
SER_STATUS_OE = $04 ; Overrun error
|
||||
|
Loading…
x
Reference in New Issue
Block a user