From dcbe3e36f096c6ebd97fedae0788fa52a2205e2b Mon Sep 17 00:00:00 2001 From: M Starch Date: Thu, 21 Oct 2021 14:43:09 -0700 Subject: [PATCH] lestarch: fixing erroneous stack size for posix threads --- Ref/Top/instances.fpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ref/Top/instances.fpp b/Ref/Top/instances.fpp index 87a5628afa..9f809b33b6 100644 --- a/Ref/Top/instances.fpp +++ b/Ref/Top/instances.fpp @@ -8,7 +8,7 @@ module Ref { constant queueSize = 10 - constant stackSize = 10 * 1024 + constant stackSize = 16 * 1024 }