From 09f11808251d02320113b755bc41edc789e9565a Mon Sep 17 00:00:00 2001 From: Awawa Date: Sun, 13 Aug 2023 14:24:27 +0200 Subject: [PATCH] Release v4.0.0.0 --- source/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.cpp b/source/main.cpp index 67209a9..6798441 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -170,7 +170,7 @@ int main(void) xTaskCreate(core0, "HyperSerialPico:core0", - configMINIMAL_STACK_SIZE, + configMINIMAL_STACK_SIZE * 2, NULL, (configMAX_PRIORITIES - 1), &base.processSerialHandle);