avr: fixed a possible problem (generated machine code is shorter).
This commit is contained in:
@@ -216,7 +216,7 @@ com2WaitForAttnState1ms_stateReached:
|
|||||||
; REGS: r22
|
; REGS: r22
|
||||||
|
|
||||||
com2WaitFor10MicroSecs:
|
com2WaitFor10MicroSecs:
|
||||||
Utils_WaitNanoSecs 10000, 3+4, r22 ; wait for 10us (minus RCALL and RET)
|
Utils_WaitNanoSecs 10000, 7, r22 ; wait for 10us (minus RCALL and RET)
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user