From 0e501274eb8766241c6c94257995622d640faa22 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Mon, 6 Apr 2026 01:56:54 +0200 Subject: [PATCH] c03: removed test code. --- avr/devices/c03/test/main.asm | 241 +--------------------------------- 1 file changed, 2 insertions(+), 239 deletions(-) diff --git a/avr/devices/c03/test/main.asm b/avr/devices/c03/test/main.asm index 6a9272e..541b539 100644 --- a/avr/devices/c03/test/main.asm +++ b/avr/devices/c03/test/main.asm @@ -285,235 +285,6 @@ Debug_Style: -mkTestWindow: - bigcall GuiApp_GetRootWindow - brcc mkTestWindow_ret - mov xl, r18 ; use root window as parent for main window - mov xh, r19 - ldi r16, 0 ; OPTS - ldi r17, (WIDGET_PACK_FILLED<