Skip to content

Commit 005bad6

Browse files
Cruz Monrreal IICruz Monrreal II
authored andcommitted
Merge branch 'patch-1' of ssh://github.com/korjaa/mbed-os into rollup
2 parents e942582 + 0d278e7 commit 005bad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events/mbed_shared_queues.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ events::EventQueue *mbed_event_queue();
7575
* @note
7676
* mbed_highprio_event_queue is not itself IRQ safe. To use the
7777
* mbed_highprio_event_queue in interrupt context, you must first call
78-
* `mbed_event_queue()` in threaded context and store the pointer for
78+
* `mbed_highprio_event_queue()` in threaded context and store the pointer for
7979
* later use.
8080
*
8181
* @return pointer to high-priority event queue

0 commit comments

Comments
 (0)