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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue