Skip to content

Commit 5bed7e0

Browse files
ci(pre-commit): Apply automatic fixes
1 parent c61436a commit 5bed7e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: cores/esp32/esp32-hal-ledc.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ ledc_clk_cfg_t ledcGetClockSource(void);
6767

6868
/**
6969
* @brief Set the LEDC clock source.
70-
*
70+
*
7171
* @param source LEDC clock source to set.
7272
*
7373
* @return true if LEDC clock source was successfully set, false otherwise.

Diff for: docs/en/api/ledc.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The default clock source is XTAL clock (``LEDC_USE_XTAL_CLK``) if supported by t
3333
3434
bool ledcSetClockSource(ledc_clk_cfg_t source);
3535
36-
* ``source`` select the clock source for LEDC peripheral.
36+
* ``source`` select the clock source for LEDC peripheral.
3737

3838
* ``LEDC_APB_CLK`` - APB clock.
3939
* ``LEDC_REF_CLK`` - REF clock.

0 commit comments

Comments
 (0)