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 377be71 commit 99cc7f2Copy full SHA for 99cc7f2
rtos/Queue.h
@@ -59,7 +59,7 @@ template<typename T, uint32_t queue_sz>
59
class Queue : private mbed::NonCopyable<Queue<T, queue_sz> > {
60
public:
61
/** Create and initialize a message Queue of objects of the parameterized
62
- * type `T` and maximum capacity specified by `queue_sz`
+ * type `T` and maximum capacity specified by `queue_sz`.
63
*
64
* @note You cannot call this function from ISR context.
65
*/
0 commit comments