diff --git a/firmware/src/system/wdt.c b/firmware/src/system/wdt.c index 1f67497..16cf19f 100644 --- a/firmware/src/system/wdt.c +++ b/firmware/src/system/wdt.c @@ -165,6 +165,6 @@ void wdt_reset_count(void) WDT_WAIT_FOR_SYNC(hw); - /* Disable the Watchdog module */ + /* Reset the Watchdog module */ hw->CLEAR.reg = WDT_CLEAR_CLEAR_KEY; }