mirror of https://github.com/ARMmbed/mbed-os.git
EventQueue documentation fix.
parent
d80cf82827
commit
4351ec9d15
|
@ -75,7 +75,7 @@ events::EventQueue *mbed_event_queue();
|
||||||
* @note
|
* @note
|
||||||
* mbed_highprio_event_queue is not itself IRQ safe. To use the
|
* mbed_highprio_event_queue is not itself IRQ safe. To use the
|
||||||
* mbed_highprio_event_queue in interrupt context, you must first call
|
* mbed_highprio_event_queue in interrupt context, you must first call
|
||||||
* `mbed_event_queue()` in threaded context and store the pointer for
|
* `mbed_highprio_event_queue()` in threaded context and store the pointer for
|
||||||
* later use.
|
* later use.
|
||||||
*
|
*
|
||||||
* @return pointer to high-priority event queue
|
* @return pointer to high-priority event queue
|
||||||
|
|
Loading…
Reference in New Issue