We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61436a commit 5bed7e0Copy full SHA for 5bed7e0
cores/esp32/esp32-hal-ledc.h
@@ -67,7 +67,7 @@ ledc_clk_cfg_t ledcGetClockSource(void);
67
68
/**
69
* @brief Set the LEDC clock source.
70
- *
+ *
71
* @param source LEDC clock source to set.
72
*
73
* @return true if LEDC clock source was successfully set, false otherwise.
docs/en/api/ledc.rst
@@ -33,7 +33,7 @@ The default clock source is XTAL clock (``LEDC_USE_XTAL_CLK``) if supported by t
33
34
bool ledcSetClockSource(ledc_clk_cfg_t source);
35
36
-* ``source`` select the clock source for LEDC peripheral.
+* ``source`` select the clock source for LEDC peripheral.
37
38
* ``LEDC_APB_CLK`` - APB clock.
39
* ``LEDC_REF_CLK`` - REF clock.
0 commit comments