Skip to content

Commit

Permalink
Update AsyncFsWebServer.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
cotestatnt authored Dec 13, 2024
1 parent 223305a commit 20e4efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AsyncFsWebServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ void AsyncFsWebServer::setTaskWdt(uint32_t timeout) {
#else
ESP_ERROR_CHECK(esp_task_wdt_init(timeout/1000, 0));
#endif
(void*)timeout
(void*)timeout;
#endif
}

Expand Down

0 comments on commit 20e4efc

Please sign in to comment.