Skip to content

Commit 9cda00d

Browse files
oganiglCopilot
andauthored
Update Src/HALAL/Services/Watchdog/Watchdog.cpp
for the future checking the watchdog, please be careful with the dog Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 26fc1e3 commit 9cda00d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "HALAL/Services/Watchdog/Watchdog.hpp"
22

33
IWDG_HandleTypeDef watchdog_handle;
4-
std::chrono::microseconds Watchdog::watchdog_time = std::chrono::microseconds(1000000); //1 seconds by default
4+
std::chrono::microseconds Watchdog::watchdog_time = std::chrono::microseconds(1000000); //1 second by default
55
bool reset_by_iwdg{};

0 commit comments

Comments
 (0)