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.
1 parent 515db95 commit 0d278e7Copy full SHA for 0d278e7
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