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:
wuzhenghui
2022-07-08 17:09:16 +08:00
committed by Song Ruo Jing
parent fbc19fad70
commit 5115e31175
9 changed files with 48 additions and 25 deletions

View File

@@ -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;