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 4948da1 commit 3729075
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 333 deletions.
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
Loading

0 comments on commit 3729075

Please sign in to comment.