mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-08 22:01:42 +00:00
Merge branch 'feature/log_v2_optimization' into 'master'
feat(log): Optimize idf components for binary logging Closes IDF-12775 See merge request espressif/esp-idf!40289
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include "hal/gpio_ll.h"
|
||||
#include "hal/log.h"
|
||||
|
||||
static const char *CLK_HAL_TAG = "clk_hal";
|
||||
HAL_LOG_ATTR_TAG(CLK_HAL_TAG, "clk_hal");
|
||||
|
||||
uint32_t clk_hal_soc_root_get_freq_mhz(soc_cpu_clk_src_t cpu_clk_src)
|
||||
{
|
||||
|
Reference in New Issue
Block a user