Skip to content

Commit a67e187

Browse files
author
Amanda Butler
authored
Add related content to EventQueue.md
Link to related tutorial.
1 parent 9267b5a commit a67e187

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/api/rtos/EventQueue.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,7 @@ To further save RAM, if you have no other work to do in your main function after
5656
To do this, set the `mbed_app.json` configuration option `events.shared-dispatch-from-application` to true, and add a dispatch call to main, as in this example. (The prints now show the same context for startup and `fall_handler`).
5757

5858
[![View code](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed_example/code/Shared_Events_2/)](https://os.mbed.com/teams/mbed_example/code/Shared_Events_2/file/154179bdc39d/main.cpp)
59+
60+
### Related content
61+
62+
- [EventQueue tutorial](/docs/development/tutorials/the-eventqueue-api.html).

0 commit comments

Comments
 (0)