fix compile of P4 caused from missing ")" in debug macro (#10638)

This commit is contained in:
Jason2866 2024-11-25 10:49:24 +01:00 committed by GitHub
parent 962ab3acea
commit 6e57662599
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -267,7 +267,7 @@ bool setCpuFrequencyMhz(uint32_t cpu_freq_mhz) {
: ((conf.source == SOC_CPU_CLK_SRC_APLL) ? "APLL"
: ((conf.source == SOC_CPU_CLK_SRC_XTAL) ? "XTAL"
#ifdef CONFIG_IDF_TARGET_ESP32P4
: "17.5M"),
: "17.5M")),
#else
: "8M")),
#endif