Merge branch 'bugfix/ledc_duty_and_freq' into 'master'

bugfix(ledc): fix bugs reported from unit-test and github.

See merge request idf/esp-idf!2735
This commit is contained in:
Jiang Jiang Jian
2018-07-16 12:12:48 +08:00
2 changed files with 12 additions and 12 deletions

View File

@@ -455,7 +455,7 @@ void ledc_fade_func_uninstall();
esp_err_t ledc_fade_start(ledc_mode_t speed_mode, ledc_channel_t channel, ledc_fade_mode_t fade_mode);
/**
* @brief A thread-safe API to set duty for LEDC channel and update the settings immediately
* @brief A thread-safe API to set duty for LEDC channel and return when duty updated.
* @note If a fade operation is running in progress on that channel, the driver would not allow it to be stopped.
* Other duty operations will have to wait until the fade operation has finished.
*