avr: fixed list of modified regs.

This commit is contained in:
Martin Preuss
2024-09-05 03:20:21 +02:00
parent 575b0285fe
commit 51ba17d43f

View File

@@ -47,10 +47,10 @@ flashSendPacket_error:
; - nothing
; OUT:
; - nothing
; REGS: (R16, R17, R18, R22, R24, R25, X)
; REGS: (R16, R17, R18, R22, R24, R25)
flashWaitForAttnHigh:
rcall com2WaitForAttnHigh ; (r17, r22, X)
rcall com2WaitForAttnHigh ; (r17, r22)
brcc flashWaitForAttnHigh_stillLow
ret
flashWaitForAttnHigh_stillLow: