Skip to content

Commit

Permalink
removed a typo in main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
n9wxu committed Oct 12, 2023
1 parent 7372756 commit 820e481
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion minimal_freertos_example/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,3 @@ void vApplicationGetIdleTaskMemory(StaticTask_t **ppxIdleTaskTCBBuffer,
*ppxIdleTaskStackBuffer = uxIdleTaskStack;
*pulIdleTaskStackSize = configMINIMAL_STACK_SIZE;
}
git

0 comments on commit 820e481

Please sign in to comment.