]> begriffs open source - freertos/commit
Define vApplicationGetTimerTaskMemory only when configUSE_TIMERS is set (#1104)
authorBjörn Schäpers <github@hazardy.de>
Fri, 26 Jul 2024 06:48:35 +0000 (08:48 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Jul 2024 06:48:35 +0000 (12:18 +0530)
commitfffed5e8096b1f56e97ac7ab27392a7920e6d431
tree5dede3ccb083429e44d8e0aa74833934197c73fc
parentd844312131a35dfb205ebfda82a55d4d84d4ee1f
Define vApplicationGetTimerTaskMemory only when configUSE_TIMERS is set (#1104)

Otherwise it is very reasonable that config_TIMER_TASK_STACK_DEPTH is
undefined.
tasks.c