Skip to content

Commit 61c4d50

Browse files
committed
Fix typo in doxygen tag
1 parent f2cd273 commit 61c4d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/CircularBuffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace mbed {
2424
/** Templated Circular buffer class
2525
*
2626
* @Note Synchronization level: Interrupt safe
27-
* @ingroup plaftorm
27+
* @ingroup platform
2828
*/
2929
template<typename T, uint32_t BufferSize, typename CounterType = uint32_t>
3030
class CircularBuffer {

0 commit comments

Comments
 (0)