avr: updated apps and modules to latest changes.

This commit is contained in:
Martin Preuss
2026-05-04 14:35:20 +02:00
parent bea424de36
commit 67d5d1687d
9 changed files with 26 additions and 24 deletions

View File

@@ -465,12 +465,12 @@ appRouterLetSysHandleMsg_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
appRouterLetSysHandleMsg_end: