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

View File

@@ -214,7 +214,7 @@ COM2_BeginMsgWithVariablePayload:
lds r16, timerModuleCounterSecs+3 lds r16, timerModuleCounterSecs+3
st X+, r16 st X+, r16
COM2_BeginMsgWithVariablePayload_l1: COM2_BeginMsgWithVariablePayload_l1:
lsr r3 ; shift out shift out COM2_PAYLOAD_FLAGS_UID lsr r3 ; shift out COM2_PAYLOAD_FLAGS_UID
brcc COM2_BeginMsgWithVariablePayload_l2 brcc COM2_BeginMsgWithVariablePayload_l2
; write uid ; write uid
push xh push xh