Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Oct 19, 2023
1 parent 686f77d commit f24c0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utility/WatchdogESP32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ int WatchdogESP32::enable(int maxPeriodMS) {
.idle_core_mask = 0, // Subscribe to the idle task on the APP CPU
.trigger_panic = true,
};
// TWDT already initialized, let's just reconfigure it
// TWDT already initialized by the RTOS, reconfigure it
esp_err_t err = esp_task_wdt_reconfigure(&wdt_config);
#else
// IDF V4.x and below expect TWDT in seconds
Expand Down

0 comments on commit f24c0af

Please sign in to comment.