Skip to content

Commit d29e7b3

Browse files
committed
fix(rmt): add pll and rcfast clock src on c5
1 parent 90d3d65 commit d29e7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/soc/esp32c5/include/soc/clk_tree_defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ typedef enum {
206206
/**
207207
* @brief Array initializer for all supported clock sources of RMT
208208
*/
209-
#define SOC_RMT_CLKS {/*SOC_MOD_CLK_PLL_F80M, SOC_MOD_CLK_RC_FAST,*/ SOC_MOD_CLK_XTAL}
209+
#define SOC_RMT_CLKS {SOC_MOD_CLK_PLL_F80M, SOC_MOD_CLK_RC_FAST, SOC_MOD_CLK_XTAL}
210210

211211
/**
212212
* @brief Type of RMT clock source

0 commit comments

Comments
 (0)