Skip to content

Commit ad21c2b

Browse files
committed
Disable formatter for these lines
1 parent 55962e2 commit ad21c2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ bool setCpuFrequencyMhz(uint32_t cpu_freq_mhz) {
259259
if (apb_change_callbacks) {
260260
triggerApbChangeCallback(APB_AFTER_CHANGE, capb, apb);
261261
}
262+
// clang-format off
262263
#ifdef SOC_CLK_APLL_SUPPORTED
263264
log_d(
264265
"%s: %u / %u = %u Mhz, APB: %u Hz",
@@ -278,6 +279,7 @@ bool setCpuFrequencyMhz(uint32_t cpu_freq_mhz) {
278279
conf.source_freq_mhz, conf.div, conf.freq_mhz, apb
279280
);
280281
#endif
282+
// clang-format on
281283
return true;
282284
}
283285

0 commit comments

Comments
 (0)