From d14845db7ae6ba521c8b2a33a146a66a91777b33 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Mon, 4 May 2026 14:43:11 +0200 Subject: [PATCH] t03: adapted to earlier changes. --- avr/devices/t03/main/main.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/avr/devices/t03/main/main.asm b/avr/devices/t03/main/main.asm index 1e74fed..6a749af 100644 --- a/avr/devices/t03/main/main.asm +++ b/avr/devices/t03/main/main.asm @@ -259,12 +259,12 @@ letSysHandleMsg_forMe: pop xl push xl push xh - rcall mainModulesOnPacketReceived + rcall modulesOnPacketReceived pop xh pop xl push xl push xh - rcall mainAppsOnPacketReceived + rcall appsOnPacketReceived pop xh pop xl letSysHandleMsg_end: