changed order of calls.
This commit is contained in:
@@ -118,12 +118,12 @@ comIsrPcint0:
|
|||||||
push xl
|
push xl
|
||||||
push yh
|
push yh
|
||||||
push yl
|
push yl
|
||||||
|
rcall comReceivePacketHandleBuffer ; (R1, R16, R17, R18, R19, R20, R21, R22, X, Y
|
||||||
lds xl, comInterrupts
|
lds xl, comInterrupts
|
||||||
lds xh, comInterrupts+1
|
lds xh, comInterrupts+1
|
||||||
adiw xh:xl, 1
|
adiw xh:xl, 1
|
||||||
sts comInterrupts, xl
|
sts comInterrupts, xl
|
||||||
sts comInterrupts+1, xh
|
sts comInterrupts+1, xh
|
||||||
rcall comReceivePacketHandleBuffer ; (R1, R16, R17, R18, R19, R20, R21, R22, X, Y
|
|
||||||
pop yl
|
pop yl
|
||||||
pop yh
|
pop yh
|
||||||
pop xl
|
pop xl
|
||||||
|
|||||||
Reference in New Issue
Block a user