Skip to content

Commit

Permalink
Merge branch 'docs/esp_event_minor_update_v5.1' into 'release/v5.1'
Browse files Browse the repository at this point in the history
fix(docs): Minor update to esp_event.rst for improved user experience (v5.1)

See merge request espressif/esp-idf!29124
  • Loading branch information
ESP-Marius committed Feb 27, 2024
2 parents f62f2cf + 57627f5 commit 6c9b4e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/api-reference/system/esp_event.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ Event base declaration:

.. code-block:: c
ESP_EVENT_DECLARE_BASE(EVENT_BASE)
ESP_EVENT_DECLARE_BASE(EVENT_BASE);
Event base definition:

.. code-block:: c
ESP_EVENT_DEFINE_BASE(EVENT_BASE)
ESP_EVENT_DEFINE_BASE(EVENT_BASE);
.. note::

Expand Down

0 comments on commit 6c9b4e1

Please sign in to comment.