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);