Skip to content

Commit c754c76

Browse files
authored
Merge branch 'espressif:master' into master
2 parents 5aed5aa + 097f2ab commit c754c76

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Kconfig.projbuild

+2-2
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ config ARDUINO_SELECTIVE_FFat
311311
depends on ARDUINO_SELECTIVE_COMPILATION && ARDUINO_SELECTIVE_FS
312312
default y
313313

314-
config ARDUINO_SELECTIVE_LITTLEFS
315-
bool "Enable LITTLEFS"
314+
config ARDUINO_SELECTIVE_LittleFS
315+
bool "Enable LittleFS"
316316
depends on ARDUINO_SELECTIVE_COMPILATION && ARDUINO_SELECTIVE_FS
317317
default y
318318

docs/en/api/ledc.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This function is used to set duty for the LEDC pin.
6868

6969
.. code-block:: arduino
7070
71-
void ledcWrite(uint8_t pin, uint32_t duty);
71+
bool ledcWrite(uint8_t pin, uint32_t duty);
7272
7373
* ``pin`` select LEDC pin.
7474
* ``duty`` select duty to be set for selected LEDC pin.

0 commit comments

Comments
 (0)