Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 90a0d51

Browse files
committedAug 28, 2024·
feat(LEDC): Fix clock_source to static
1 parent 5a97087 commit 90a0d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cores/esp32/esp32-hal-ledc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ledc_periph_t ledc_handle = {0};
4747

4848
static bool fade_initialized = false;
4949

50-
ledc_clk_cfg_t clock_source = LEDC_DEFAULT_CLK;
50+
static ledc_clk_cfg_t clock_source = LEDC_DEFAULT_CLK;
5151

5252
ledc_clk_cfg_t ledcGetClockSource(void) {
5353
return clock_source;

0 commit comments

Comments
 (0)
Please sign in to comment.