Skip to content

Commit 9b111b6

Browse files
ci(pre-commit): Apply automatic fixes
1 parent d395394 commit 9b111b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cores/esp32/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ void loopTask(void *pvParameters) {
8080

8181
extern "C" void app_main() {
8282
#ifdef F_XTAL_MHZ
83-
#if !CONFIG_IDF_TARGET_ESP32S2 // ESP32-S2 does not support rtc_clk_xtal_freq_update
83+
#if !CONFIG_IDF_TARGET_ESP32S2 // ESP32-S2 does not support rtc_clk_xtal_freq_update
8484
rtc_clk_xtal_freq_update((rtc_xtal_freq_t)F_XTAL_MHZ);
8585
rtc_clk_cpu_freq_set_xtal();
8686
#endif

variants/esp32thing/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include <stdint.h>
55

6-
#define F_XTAL_MHZ 26 //SparkFun ESP32 Thing has 26MHz Crystal
6+
#define F_XTAL_MHZ 26 //SparkFun ESP32 Thing has 26MHz Crystal
77

88
static const uint8_t LED_BUILTIN = 5;
99
#define BUILTIN_LED LED_BUILTIN // backward compatibility

0 commit comments

Comments
 (0)