File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -311,8 +311,8 @@ config ARDUINO_SELECTIVE_FFat
311
311
depends on ARDUINO_SELECTIVE_COMPILATION && ARDUINO_SELECTIVE_FS
312
312
default y
313
313
314
- config ARDUINO_SELECTIVE_LITTLEFS
315
- bool "Enable LITTLEFS "
314
+ config ARDUINO_SELECTIVE_LittleFS
315
+ bool "Enable LittleFS "
316
316
depends on ARDUINO_SELECTIVE_COMPILATION && ARDUINO_SELECTIVE_FS
317
317
default y
318
318
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ This function is used to set duty for the LEDC pin.
68
68
69
69
.. code-block :: arduino
70
70
71
- void ledcWrite(uint8_t pin, uint32_t duty);
71
+ bool ledcWrite(uint8_t pin, uint32_t duty);
72
72
73
73
* ``pin `` select LEDC pin.
74
74
* ``duty `` select duty to be set for selected LEDC pin.
You can’t perform that action at this time.
0 commit comments