Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Incorrect description of esp_event_post_to() on Docs (IDFGH-12311) #13346

Closed
3 tasks done
Tinyu-Zhao opened this issue Mar 10, 2024 · 1 comment
Closed
3 tasks done
Assignees
Labels
Resolution: NA Issue resolution is unavailable Status: Done Issue is done internally

Comments

@Tinyu-Zhao
Copy link

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

General issue report

https://docs.espressif.com/projects/esp-idf/zh_CN/v5.1.2/esp32s3/api-reference/system/esp_event.html?highlight=esp_event_post_to#_CPPv417esp_event_post_to23esp_event_loop_handle_t16esp_event_base_t7int32_tPKv6size_t10TickType_t

"This function behaves in the same manner as esp_event_post_to, except the additional specification of the event loop to post the event to."
Should be
"This function behaves in the same manner as esp_event_post, except the additional specification of the event loop to post the event to."

image
@espressif-bot espressif-bot added the Status: Opened Issue is new label Mar 10, 2024
@github-actions github-actions bot changed the title [docs] Incorrect description of esp_event_post_to() on Docs [docs] Incorrect description of esp_event_post_to() on Docs (IDFGH-12311) Mar 10, 2024
@espressif-bot espressif-bot added Status: Reviewing Issue is being reviewed and removed Status: Opened Issue is new labels Mar 11, 2024
@0xjakob
Copy link
Collaborator

0xjakob commented Mar 11, 2024

@Tinyu-Zhao Thanks for noticing this mistake! Our fix should appear soon on master.

@espressif-bot espressif-bot added Status: Done Issue is done internally Resolution: NA Issue resolution is unavailable and removed Status: Reviewing Issue is being reviewed labels Mar 12, 2024
espressif-bot pushed a commit that referenced this issue Mar 15, 2024
espressif-bot pushed a commit that referenced this issue Mar 15, 2024
DarkZeros pushed a commit to DarkZeros/esp-idf that referenced this issue May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: NA Issue resolution is unavailable Status: Done Issue is done internally
Projects
None yet
Development

No branches or pull requests

3 participants