avr: fixed a possible problem (generated machine code is shorter).

This commit is contained in:
Martin Preuss
2024-09-01 20:11:18 +02:00
parent 65e60c2dec
commit 892d9f5c5a

View File

@@ -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