mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-03 12:20:43 +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
|
/// loop code specific to ESP32 targets
|
||||||
void esp32Loop()
|
void esp32Loop()
|
||||||
{
|
{
|
||||||
+if (esp_task_wdt_reset() != ESP_OK)
|
if (esp_task_wdt_reset() != ESP_OK) {
|
||||||
{
|
LOG_ERROR("Failed to reset task watchdog");
|
||||||
+LOG_ERROR("Failed to reset task watchdog");
|
|
||||||
+
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// for debug printing
|
// for debug printing
|
||||||
|
Loading…
Reference in New Issue
Block a user