fix compile of P4 caused from missing ")" in debug macro (#10638)
This commit is contained in:
parent
962ab3acea
commit
6e57662599
1 changed files with 1 additions and 1 deletions
|
|
@ -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_APLL) ? "APLL"
|
||||||
: ((conf.source == SOC_CPU_CLK_SRC_XTAL) ? "XTAL"
|
: ((conf.source == SOC_CPU_CLK_SRC_XTAL) ? "XTAL"
|
||||||
#ifdef CONFIG_IDF_TARGET_ESP32P4
|
#ifdef CONFIG_IDF_TARGET_ESP32P4
|
||||||
: "17.5M"),
|
: "17.5M")),
|
||||||
#else
|
#else
|
||||||
: "8M")),
|
: "8M")),
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue