From 580c9f4e680007aa776ee3a549f4bc6f47a6fef7 Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Sat, 23 Dec 2023 11:26:46 +0100 Subject: [PATCH] Updated a comment --- src/W800_SDK_v1.00.10/app/app_config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/W800_SDK_v1.00.10/app/app_config.h b/src/W800_SDK_v1.00.10/app/app_config.h index 2cde019..831a2fc 100644 --- a/src/W800_SDK_v1.00.10/app/app_config.h +++ b/src/W800_SDK_v1.00.10/app/app_config.h @@ -127,7 +127,8 @@ #endif /** - * @brief Define if the watchdog timer should be enabled or not + * @brief Define if the watchdog timer should be enabled or not + * The watchdog timer will reset the MCU in case of a freeze. * */ #define WATCHDOG_TIMER_ENABLE (1)