Skip to content

Commit f09001a

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 55962e2 commit f09001a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)