avr: fixed comments.
This commit is contained in:
@@ -104,7 +104,7 @@ com2ReceiveByte_error:
|
|||||||
; ---------------------------------------------------------------------------
|
; ---------------------------------------------------------------------------
|
||||||
; com2WaitForDataLow
|
; com2WaitForDataLow
|
||||||
;
|
;
|
||||||
; Waits up to COM2_MAXWAIT_US loops for low data line
|
; Waits up to 1ms for low data line
|
||||||
; IN:
|
; IN:
|
||||||
; OUT:
|
; OUT:
|
||||||
; - CFLAG: set if okay, clear otherwise
|
; - CFLAG: set if okay, clear otherwise
|
||||||
@@ -119,7 +119,7 @@ com2WaitForDataLow:
|
|||||||
; ---------------------------------------------------------------------------
|
; ---------------------------------------------------------------------------
|
||||||
; com2WaitForDataHigh
|
; com2WaitForDataHigh
|
||||||
;
|
;
|
||||||
; Waits up to COM2_MAXWAIT_US loops for high data line
|
; Waits up to 1ms for high data line
|
||||||
; IN:
|
; IN:
|
||||||
; OUT:
|
; OUT:
|
||||||
; - CFLAG: set if okay, clear otherwise
|
; - CFLAG: set if okay, clear otherwise
|
||||||
@@ -134,7 +134,7 @@ com2WaitForDataHigh:
|
|||||||
; ---------------------------------------------------------------------------
|
; ---------------------------------------------------------------------------
|
||||||
; com2WaitForAttnHigh
|
; com2WaitForAttnHigh
|
||||||
;
|
;
|
||||||
; Waits up to COM2_MAXWAIT_US loops for high ATTN line
|
; Waits up to 1ms for high ATTN line
|
||||||
; IN:
|
; IN:
|
||||||
; OUT:
|
; OUT:
|
||||||
; - CFLAG: set if okay, clear otherwise
|
; - CFLAG: set if okay, clear otherwise
|
||||||
|
|||||||
Reference in New Issue
Block a user