Skip to content

Commit

Permalink
Tools: bugfix wrong format of idf-env.json, KeyError: 'idfSelectedId'
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Fiala authored and ebisuke committed Jan 8, 2023
1 parent a01d54f commit f134f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/esp_event/include/esp_event.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ esp_err_t esp_event_loop_delete(esp_event_loop_handle_t event_loop);
* - ESP_FAIL: Failed to create task loop
* - Others: Fail
*/
esp_err_t esp_event_loop_create_default(bool auto_event_dispatch);
esp_err_t esp_event_loop_create_default(void);
esp_err_t esp_event_loop_create_default_noauto(void);
/**
* @brief Delete the default event loop
Expand Down

0 comments on commit f134f2f

Please sign in to comment.