avr: fixed comments.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user