Skip to content

Commit 09f1180

Browse files
committed
Release v4.0.0.0
1 parent eb3ffa1 commit 09f1180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ int main(void)
170170

171171
xTaskCreate(core0,
172172
"HyperSerialPico:core0",
173-
configMINIMAL_STACK_SIZE,
173+
configMINIMAL_STACK_SIZE * 2,
174174
NULL,
175175
(configMAX_PRIORITIES - 1),
176176
&base.processSerialHandle);

0 commit comments

Comments
 (0)