changed order of calls.

This commit is contained in:
Martin Preuss
2023-04-11 21:19:12 +02:00
parent 366cffa9f2
commit a0a5840fc8

View File

@@ -118,12 +118,12 @@ comIsrPcint0:
push xl
push yh
push yl
rcall comReceivePacketHandleBuffer ; (R1, R16, R17, R18, R19, R20, R21, R22, X, Y
lds xl, comInterrupts
lds xh, comInterrupts+1
adiw xh:xl, 1
sts comInterrupts, xl
sts comInterrupts+1, xh
rcall comReceivePacketHandleBuffer ; (R1, R16, R17, R18, R19, R20, R21, R22, X, Y
pop yl
pop yh
pop xl