Skip to content

Commit

Permalink
nubers change
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Tomato committed Dec 2, 2023
1 parent 7f42734 commit 01388a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tasks/Src/Task_Print.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
void Task_Print(void *p_arg) {
(void)p_arg;

char message[128] = {0};
char message[1024] = {0};
uint32_t len = 0;

while(1) {
Expand Down

0 comments on commit 01388a8

Please sign in to comment.