gui2: fixed a bug.

This commit is contained in:
Martin Preuss
2026-04-13 17:26:23 +02:00
parent 830a25aff7
commit a9dabf0eae

View File

@@ -284,14 +284,12 @@ SimpleSaver_OnTouch_ret:
SimpleSaver_OnMsgReceived:
push zl
push zh
mov yl, zl
mov yh, zh
ldi zl, LOW(SimpleSaver_MsgTable*2)
ldi zh, HIGH(SimpleSaver_MsgTable*2)
bigcall Main_HandleValueMsg ; (any)
pop zh
pop zl
sec
clc
ret
; @end