mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-18 07:37:54 +00:00
driver: Minor update for esp32c6
Leave TODO for esp_adc and legacy adc driver HAL/SOC update for spi and i2s
This commit is contained in:

committed by
Song Ruo Jing

parent
fbc19fad70
commit
5115e31175
@@ -41,9 +41,6 @@ static inline void timer_ll_set_clock_source(timg_dev_t *hw, uint32_t timer_num,
|
||||
case GPTIMER_CLK_SRC_APB:
|
||||
clk_id = 1;
|
||||
break;
|
||||
case GPTIMER_CLK_SRC_RC_FAST:
|
||||
clk_id = 2;
|
||||
break;
|
||||
default:
|
||||
HAL_ASSERT(false);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user