We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e942582 + 0d278e7 commit 005bad6Copy full SHA for 005bad6
events/mbed_shared_queues.h
@@ -75,7 +75,7 @@ events::EventQueue *mbed_event_queue();
75
* @note
76
* mbed_highprio_event_queue is not itself IRQ safe. To use the
77
* mbed_highprio_event_queue in interrupt context, you must first call
78
- * `mbed_event_queue()` in threaded context and store the pointer for
+ * `mbed_highprio_event_queue()` in threaded context and store the pointer for
79
* later use.
80
*
81
* @return pointer to high-priority event queue
0 commit comments