Skip to content

Commit 10d5572

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 2803eac commit 10d5572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: cores/esp32/Esp.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -306,11 +306,11 @@ const char *EspClass::getChipModel(void) {
306306
case CHIP_ESP32H2: return "ESP32-H2";
307307
case CHIP_ESP32P4: return "ESP32-P4";
308308
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 5, 0)
309-
case CHIP_ESP32C5: return "ESP32-C5";
309+
case CHIP_ESP32C5: return "ESP32-C5";
310310
case CHIP_ESP32C61: return "ESP32-C61";
311311
case CHIP_ESP32H21: return "ESP32-H21";
312312
#endif
313-
default: return "UNKNOWN";
313+
default: return "UNKNOWN";
314314
}
315315
#endif
316316
}

0 commit comments

Comments
 (0)