1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

added RS_ERR_INIT_FAILED

git-svn-id: svn://svn.cc65.org/cc65/trunk@2004 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg 2003-03-07 00:12:28 +00:00
parent 86fc9504a9
commit 295631d06b

View File

@ -16,6 +16,4 @@ RS_ERR_BAUD_TOO_FAST = $02 ; Cannot handle baud rate
RS_ERR_BAUD_NOT_AVAIL = $03 ; Baud rate not available
RS_ERR_NO_DATA = $04 ; Nothing to read
RS_ERR_OVERFLOW = $05 ; No room in send buffer
RS_ERR_INIT_FAILED = $06 ; Initialization of RS232 routines failed