From a7ddcd2c8197aa21878cb929773bf957a905a5df Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Thu, 26 Mar 2026 21:08:20 +0100 Subject: [PATCH] c03/test: create climate window again. --- avr/devices/c03/test/main.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/avr/devices/c03/test/main.asm b/avr/devices/c03/test/main.asm index 78ad60c..ee8d7cc 100644 --- a/avr/devices/c03/test/main.asm +++ b/avr/devices/c03/test/main.asm @@ -255,8 +255,8 @@ test: push yl push yh -; bigcall ClimateWin_new - rcall mkTestWindow + bigcall ClimateWin_new +; rcall mkTestWindow mov xl, yl mov xh, yh pop yh