mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-01 11:25:44 +00:00
fix copy&paste
This commit is contained in:
parent
74d0472834
commit
bc8e509a8c
@ -193,10 +193,8 @@ void esp32Setup()
|
||||
/// loop code specific to ESP32 targets
|
||||
void esp32Loop()
|
||||
{
|
||||
+if (esp_task_wdt_reset() != ESP_OK)
|
||||
{
|
||||
+LOG_ERROR("Failed to reset task watchdog");
|
||||
+
|
||||
if (esp_task_wdt_reset() != ESP_OK) {
|
||||
LOG_ERROR("Failed to reset task watchdog");
|
||||
}
|
||||
|
||||
// for debug printing
|
||||
|
Loading…
Reference in New Issue
Block a user