Skip to content

Commit

Permalink
handle CONFIG_ESP_TASK_WDT_EN in modworker
Browse files Browse the repository at this point in the history
  • Loading branch information
tve authored and mkellner committed Nov 30, 2023
1 parent 134bd45 commit 6c7287a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/base/worker/modWorker.c
Expand Up @@ -512,7 +512,7 @@ void workerLoop(void *pvParameter)
{
modWorker worker = (modWorker)pvParameter;

#if CONFIG_ESP_TASK_WDT
#if CONFIG_ESP_TASK_WDT_EN
esp_task_wdt_add(NULL);
#endif

Expand Down

0 comments on commit 6c7287a

Please sign in to comment.