Skip to content
Snippets Groups Projects
Commit 636a7374 authored by Jeff Gough's avatar Jeff Gough
Browse files

Clear watchdog every 2 seconds

parent 086da6bd
No related branches found
No related tags found
No related merge requests found
Pipeline #3029 passed
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
static TimerHandle_t clearer_timer; static TimerHandle_t clearer_timer;
static StaticTimer_t clearer_timer_buffer; static StaticTimer_t clearer_timer_buffer;
#define CLEAR_PERIOD pdMS_TO_TICKS(5000) #define CLEAR_PERIOD pdMS_TO_TICKS(2000)
static void watchdog_clearer_callback() static void watchdog_clearer_callback()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment