avr: adapted to latest changes.
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
NETMSG_Common_AddUidToBuffer:
|
NETMSG_Common_AddUidToBuffer:
|
||||||
push xh
|
push xh
|
||||||
push xl
|
push xl
|
||||||
bigcall Utils_ReadUid ; (R16, X)
|
bigcall DevUid_ReadFromEeprom ; (R16, X)
|
||||||
pop xl
|
pop xl
|
||||||
pop xh
|
pop xh
|
||||||
st X+, r18
|
st X+, r18
|
||||||
@@ -68,7 +68,7 @@ NETMSG_AddNextMsgIdToBuffer:
|
|||||||
NETMSG_CheckUidInMsg:
|
NETMSG_CheckUidInMsg:
|
||||||
push xl
|
push xl
|
||||||
push xh
|
push xh
|
||||||
bigcall Utils_ReadUid
|
bigcall DevUid_ReadFromEeprom
|
||||||
pop xh
|
pop xh
|
||||||
pop xl
|
pop xl
|
||||||
ld r16, X+
|
ld r16, X+
|
||||||
|
|||||||
Reference in New Issue
Block a user