avr: fixed comments.

This commit is contained in:
Martin Preuss
2024-08-25 14:18:56 +02:00
parent 6abac9b5a1
commit 2da873bbb9
2 changed files with 3 additions and 3 deletions

View File

@@ -153,7 +153,7 @@ com2WaitForAttnHigh:
; ---------------------------------------------------------------------------
; com2WaitForDataState1ms
;
; Waits up to 100ms for high DATA line
; Waits up to 1ms for high DATA line
; IN:
; - R16: state to wait for (00 for low, 0xff for high)
; OUT:
@@ -181,7 +181,7 @@ com2WaitForDataState1ms_stateReached:
; ---------------------------------------------------------------------------
; com2WaitForAttnState1ms
;
; Waits up to 100ms for high DATA line
; Waits up to 1ms for high DATA line
; IN:
; - R16: state to wait for (00 for low, 0xff for high)
; OUT: