changed order of calls.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user