Skip to content

Commit

Permalink
Release v4.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Aug 13, 2023
1 parent eb3ffa1 commit 09f1180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ int main(void)

xTaskCreate(core0,
"HyperSerialPico:core0",
configMINIMAL_STACK_SIZE,
configMINIMAL_STACK_SIZE * 2,
NULL,
(configMAX_PRIORITIES - 1),
&base.processSerialHandle);
Expand Down

0 comments on commit 09f1180

Please sign in to comment.