From 8c567c3a87c39d476faa80cb2d7892c787cba0d1 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Tue, 21 Apr 2026 00:00:51 +0200 Subject: [PATCH] avr: adapted to latest changes. --- avr/modules/network/msg/common.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/avr/modules/network/msg/common.asm b/avr/modules/network/msg/common.asm index ff19189..714ed49 100644 --- a/avr/modules/network/msg/common.asm +++ b/avr/modules/network/msg/common.asm @@ -18,7 +18,7 @@ NETMSG_Common_AddUidToBuffer: push xh push xl - bigcall Utils_ReadUid ; (R16, X) + bigcall DevUid_ReadFromEeprom ; (R16, X) pop xl pop xh st X+, r18 @@ -68,7 +68,7 @@ NETMSG_AddNextMsgIdToBuffer: NETMSG_CheckUidInMsg: push xl push xh - bigcall Utils_ReadUid + bigcall DevUid_ReadFromEeprom pop xh pop xl ld r16, X+