File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ extern "C" {
2525#endif
2626
2727/** Mapping configured ESP32 default clock to CLOCK_CORECLOCK define */
28- #define CLOCK_CORECLOCK (1000000UL * CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ )
28+ #define CLOCK_CORECLOCK (1000000UL * CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ )
2929
3030/**
3131 * @brief CPU cycles per busy wait loop
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ extern "C" {
2525#endif
2626
2727/** Mapping configured ESP32-C3 default clock to CLOCK_CORECLOCK define */
28- #define CLOCK_CORECLOCK (1000000UL * CONFIG_ESP32C3_DEFAULT_CPU_FREQ_MHZ )
28+ #define CLOCK_CORECLOCK (1000000UL * CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ )
2929
3030/**
3131 * @brief CPU cycles per busy wait loop
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ extern "C" {
2525#endif
2626
2727/** Mapping configured ESP32-S2 default clock to CLOCK_CORECLOCK define */
28- #define CLOCK_CORECLOCK (1000000UL * CONFIG_ESP32S2_DEFAULT_CPU_FREQ_MHZ )
28+ #define CLOCK_CORECLOCK (1000000UL * CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ )
2929
3030/**
3131 * @brief CPU cycles per busy wait loop
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ extern "C" {
2323#endif
2424
2525/** Mapping configured ESP32-S3 default clock to CLOCK_CORECLOCK define */
26- #define CLOCK_CORECLOCK (1000000UL * CONFIG_ESP32S3_DEFAULT_CPU_FREQ_MHZ )
26+ #define CLOCK_CORECLOCK (1000000UL * CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ )
2727
2828/**
2929 * @brief CPU cycles per busy wait loop
You can’t perform that action at this time.
0 commit comments