1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-08 06:25:17 +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:
ol.sc
2012-11-01 20:43:28 +00:00
parent 420d29a37e
commit 50a884d530

View File

@@ -118,7 +118,7 @@ SER_HS_NONE = $00 ; No handshake
SER_HS_HW = $01 ; Hardware (RTS/CTS) handshake SER_HS_HW = $01 ; Hardware (RTS/CTS) handshake
SER_HS_SW = $02 ; Software 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_PE = $01 ; Parity error
SER_STATUS_FE = $02 ; Framing error SER_STATUS_FE = $02 ; Framing error
SER_STATUS_OE = $04 ; Overrun error SER_STATUS_OE = $04 ; Overrun error