mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'docs/esp_event_minor_update_v5.1' into 'release/v5.1'
fix(docs): Minor update to esp_event.rst for improved user experience (v5.1) See merge request espressif/esp-idf!29124
This commit is contained in:
commit
6c9b4e1b09
@ -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::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user