From 4f30623f2d731af05e9cb722a86054fc9835a511 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Thu, 5 Jun 2025 22:47:54 +0200 Subject: [PATCH] increased stacksize. --- avr/devices/c02/main/main.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/devices/c02/main/main.asm b/avr/devices/c02/main/main.asm index b2ffe22..dd1c8fc 100644 --- a/avr/devices/c02/main/main.asm +++ b/avr/devices/c02/main/main.asm @@ -33,7 +33,7 @@ ; --------------------------------------------------------------------------- ; generic -.equ STACK_SIZE = 128 +.equ STACK_SIZE = 256 .equ NET_BUFFERS_NUM = 8 .equ NET_BUFFERS_SIZE = 32