avr: fixed comments.

This commit is contained in:
Martin Preuss
2024-09-04 23:18:20 +02:00
parent e0a6ddd89f
commit f2ab0d8b9f

View File

@@ -104,7 +104,7 @@ com2ReceiveByte_error:
; ---------------------------------------------------------------------------
; com2WaitForDataLow
;
; Waits up to COM2_MAXWAIT_US loops for low data line
; Waits up to 1ms for low data line
; IN:
; OUT:
; - CFLAG: set if okay, clear otherwise
@@ -119,7 +119,7 @@ com2WaitForDataLow:
; ---------------------------------------------------------------------------
; com2WaitForDataHigh
;
; Waits up to COM2_MAXWAIT_US loops for high data line
; Waits up to 1ms for high data line
; IN:
; OUT:
; - CFLAG: set if okay, clear otherwise
@@ -134,7 +134,7 @@ com2WaitForDataHigh:
; ---------------------------------------------------------------------------
; com2WaitForAttnHigh
;
; Waits up to COM2_MAXWAIT_US loops for high ATTN line
; Waits up to 1ms for high ATTN line
; IN:
; OUT:
; - CFLAG: set if okay, clear otherwise