Skip to content

Commit 24efbdd

Browse files
ci(pre-commit): Apply automatic fixes
1 parent b4f535a commit 24efbdd

File tree

14 files changed

+444
-441
lines changed

14 files changed

+444
-441
lines changed

Diff for: cores/esp32/Esp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ FlashMode_t EspClass::getFlashChipMode(void) {
366366
}
367367
return (FM_DOUT);
368368
}
369-
#endif // if !defined(CONFIG_IDF_TARGET_ESP32P4)
369+
#endif // if !defined(CONFIG_IDF_TARGET_ESP32P4)
370370

371371
uint32_t EspClass::magicFlashChipSize(uint8_t byte) {
372372
/*

Diff for: cores/esp32/esp32-hal-cpu.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ bool setCpuFrequencyMhz(uint32_t cpu_freq_mhz) {
268268
#ifdef CONFIG_IDF_TARGET_ESP32P4
269269
: "17.5M"),
270270
#else
271-
: "8M")),
271+
: "8M")),
272272
#endif
273273
conf.source_freq_mhz, conf.div, conf.freq_mhz, apb
274274
);

0 commit comments

Comments
 (0)