Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
20efb59e
Commit
20efb59e
authored
Dec 02, 2021
by
Filip Demski
Browse files
SAMV71: Removed unnecessary code from vApplicationIdleHook
parent
07fab5b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/concurrency_view/samv71_freertos_main/partition.tmplt
View file @
20efb59e
...
...
@@ -88,8 +88,6 @@ void vApplicationStackOverflowHook(TaskHandle_t pxTask, char* pcTaskName)
void vApplicationIdleHook()
{
volatile size_t xFreeHeapSpace = xPortGetFreeHeapSize();
(void)xFreeHeapSpace;
}
void vApplicationTickHook()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment