From 8750bc4f16de246a1869c47a5d17b7b41e694069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Sch=C3=A4ffersmann?= Date: Thu, 17 Oct 2024 14:16:15 +0200 Subject: [PATCH] watchdog: Update comment --- software/src/modules/watchdog/watchdog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/src/modules/watchdog/watchdog.cpp b/software/src/modules/watchdog/watchdog.cpp index 5e00a39e3..721ad7f65 100644 --- a/software/src/modules/watchdog/watchdog.cpp +++ b/software/src/modules/watchdog/watchdog.cpp @@ -28,7 +28,7 @@ #include "tools.h" #define WATCHDOG_MAX_REGS 10 -// Highest observed stack usage was 712. +// Highest observed stack usage was 720. #define WATCHDOG_STACK_SIZE 768 static StaticTask_t xTaskBuffer;