]> git.sur5r.net Git - cc65/blobdiff - asminc/rs232.inc
Use "override" when appending to CFLAGS, so this works even when CFLAGS is
[cc65] / asminc / rs232.inc
index fa0089ac7bda855b7b566b6cac96c0ec95085f72..708c48bc9bd9eb294a74131f734d5f43899257dc 100644 (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