From 7a8bc96e5f69739b2ff0ef74ec7248490dbb9b61 Mon Sep 17 00:00:00 2001 From: David Crocker Date: Fri, 12 Aug 2022 11:52:19 +0100 Subject: Corrected a comment --- src/Platform/Tasks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Platform/Tasks.cpp b/src/Platform/Tasks.cpp index 86ce172c..7d7c39e8 100644 --- a/src/Platform/Tasks.cpp +++ b/src/Platform/Tasks.cpp @@ -53,7 +53,7 @@ static Task mainTask; extern "C" [[noreturn]] void MainTask(void * pvParameters) noexcept; // Idle task data -constexpr unsigned int IdleTaskStackWords = 50; // currently we don't use the idle talk for anything, so this can be quite small +constexpr unsigned int IdleTaskStackWords = 50; // currently we don't use the idle task for anything, so this can be quite small static Task idleTask; extern "C" void vApplicationGetIdleTaskMemory(StaticTask_t **ppxIdleTaskTCBBuffer, StackType_t **ppxIdleTaskStackBuffer, uint32_t *pulIdleTaskStackSize) noexcept -- cgit v1.2.3