Working on the new serial code

git-svn-id: svn://svn.cc65.org/cc65/trunk@2070 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-04-20 22:49:32 +00:00
parent a07cc4a4c1
commit fa849031d8
4 changed files with 7 additions and 4 deletions

View File

@@ -45,6 +45,6 @@ SER_ERR_BAUD_UNAVAIL = $05 ; Baud rate not available
SER_ERR_NO_DATA = $06 ; Nothing to read
SER_ERR_OVERFLOW = $07 ; No room in send buffer
SER_ERR_INIT_FAILED = $08 ; Initialization failed
SER_ERR_INV_IOCTL = $09 ; IOCTL not supported