mirror of https://github.com/ARMmbed/mbed-os.git
Fix typo in doxygen tag
parent
f2cd27344e
commit
61c4d50109
|
|
@ -24,7 +24,7 @@ namespace mbed {
|
|||
/** Templated Circular buffer class
|
||||
*
|
||||
* @Note Synchronization level: Interrupt safe
|
||||
* @ingroup plaftorm
|
||||
* @ingroup platform
|
||||
*/
|
||||
template<typename T, uint32_t BufferSize, typename CounterType = uint32_t>
|
||||
class CircularBuffer {
|
||||
|
|
|
|||
Loading…
Reference in New Issue