We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d3d65 commit d29e7b3Copy full SHA for d29e7b3
components/soc/esp32c5/include/soc/clk_tree_defs.h
@@ -206,7 +206,7 @@ typedef enum {
206
/**
207
* @brief Array initializer for all supported clock sources of RMT
208
*/
209
-#define SOC_RMT_CLKS {/*SOC_MOD_CLK_PLL_F80M, SOC_MOD_CLK_RC_FAST,*/ SOC_MOD_CLK_XTAL}
+#define SOC_RMT_CLKS {SOC_MOD_CLK_PLL_F80M, SOC_MOD_CLK_RC_FAST, SOC_MOD_CLK_XTAL}
210
211
212
* @brief Type of RMT clock source
0 commit comments