Skip to content

Commit

Permalink
docs(esp_event): Fixed mistake in API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjakob authored and DarkZeros committed May 3, 2024
1 parent 4d62762 commit 8af5f3b
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 @@ -367,7 +367,7 @@ esp_err_t esp_event_post(esp_event_base_t event_base,
* the copy's lifetime automatically (allocation + deletion); this ensures that the data the
* handler receives is always valid.
*
* This function behaves in the same manner as esp_event_post_to, except the additional specification of the event loop
* This function behaves in the same manner as esp_event_post, except the additional specification of the event loop
* to post the event to.
*
* @param[in] event_loop the event loop to post to, must not be NULL
Expand Down

0 comments on commit 8af5f3b

Please sign in to comment.