From: ol.sc 
Date: Thu, 1 Nov 2012 20:43:28 +0000 (+0000)
Subject: Removed reference to old rs232 framework.
X-Git-Tag: V2.14~178
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=50a884d530aea80d6c10ffdb1fb84761deafa9dd;p=cc65
Removed reference to old rs232 framework.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5896 b7a2c559-68d2-44c3-8de9-860c34a00d81
---
diff --git a/asminc/ser-kernel.inc b/asminc/ser-kernel.inc
index 5d3c4c8f0..c8eab707a 100644
--- a/asminc/ser-kernel.inc
+++ b/asminc/ser-kernel.inc
@@ -118,7 +118,7 @@ SER_HS_NONE             =       $00    ; No handshake
 SER_HS_HW               =       $01    ; Hardware (RTS/CTS) 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_FE  	       	=       $02	; Framing error
 SER_STATUS_OE           =       $04	; Overrun error