Skip to content

Commit

Permalink
🚧 (NEEDS REVIEW): Chagne watchdog timeout to 1min
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas authored and YannLocatelli committed Jun 15, 2022
1 parent 0debe13 commit 4e721d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/bootloader/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ namespace watchdog {
namespace internal {

auto &instance = mbed::Watchdog::get_instance();
constexpr auto timeout = 12000ms;
constexpr auto timeout = 1min;
auto thread = rtos::Thread {osPriorityLow};

namespace stats {
Expand Down

0 comments on commit 4e721d2

Please sign in to comment.