Skip to content

Commit

Permalink
ci(pre-commit): Apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Sep 24, 2024
1 parent b4f535a commit 24efbdd
Show file tree
Hide file tree
Showing 14 changed files with 444 additions and 441 deletions.
2 changes: 1 addition & 1 deletion cores/esp32/Esp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ FlashMode_t EspClass::getFlashChipMode(void) {
}
return (FM_DOUT);
}
#endif // if !defined(CONFIG_IDF_TARGET_ESP32P4)
#endif // if !defined(CONFIG_IDF_TARGET_ESP32P4)

uint32_t EspClass::magicFlashChipSize(uint8_t byte) {
/*
Expand Down
2 changes: 1 addition & 1 deletion cores/esp32/esp32-hal-cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ bool setCpuFrequencyMhz(uint32_t cpu_freq_mhz) {
#ifdef CONFIG_IDF_TARGET_ESP32P4
: "17.5M"),
#else
: "8M")),
: "8M")),
#endif
conf.source_freq_mhz, conf.div, conf.freq_mhz, apb
);
Expand Down
Loading

0 comments on commit 24efbdd

Please sign in to comment.