Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed Jan 31, 2025
1 parent 985eb8b commit 0f9594a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wolfcrypt/src/port/Espressif/esp32_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ esp_err_t esp_DisableWatchdog(void)
ESP_LOGW(TAG, "esp_task_wdt_deinit not available");
#endif
#else
ESP_LOGW(TAG, "esp_task_wdt_deinit not implmented");
ESP_LOGW(TAG, "esp_task_wdt_deinit not implemented");
#endif
#else
rtc_wdt_protect_off();
Expand Down

0 comments on commit 0f9594a

Please sign in to comment.