mirror of
https://github.com/cc65/cc65.git
synced 2024-12-25 17:29:50 +00:00
added RS_ERR_INIT_FAILED
git-svn-id: svn://svn.cc65.org/cc65/trunk@2003 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
e925aa27ee
commit
86fc9504a9
@ -112,6 +112,7 @@
|
|||||||
#define RS_ERR_BAUD_NOT_AVAIL 0x03 /* Baud rate not available */
|
#define RS_ERR_BAUD_NOT_AVAIL 0x03 /* Baud rate not available */
|
||||||
#define RS_ERR_NO_DATA 0x04 /* Nothing to read */
|
#define RS_ERR_NO_DATA 0x04 /* Nothing to read */
|
||||||
#define RS_ERR_OVERFLOW 0x05 /* No room in send buffer */
|
#define RS_ERR_OVERFLOW 0x05 /* No room in send buffer */
|
||||||
|
#define RS_ERR_INIT_FAILED 0x06 /* Initialization of RS232 routines failed */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user