avr: adapted to latest changes.

This commit is contained in:
Martin Preuss
2026-04-21 00:00:51 +02:00
parent 00bb83ef4e
commit 8c567c3a87

View File

@@ -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+