mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-04 11:55:21 +02:00
Merge branch 'master' into feature/esp32s2beta_update
This commit is contained in:
@@ -742,7 +742,7 @@ esp_err_t ledc_fade_func_install(int intr_alloc_flags)
|
||||
return ledc_isr_register(ledc_fade_isr, NULL, intr_alloc_flags | ESP_INTR_FLAG_IRAM, &s_ledc_fade_isr_handle);
|
||||
}
|
||||
|
||||
void ledc_fade_func_uninstall()
|
||||
void ledc_fade_func_uninstall(void)
|
||||
{
|
||||
if (s_ledc_fade_rec == NULL) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user