Fix typo in doxygen tag

pull/4111/head
Jimmy Brisson 2017-04-12 15:22:59 -05:00
parent f2cd27344e
commit 61c4d50109
1 changed files with 1 additions and 1 deletions

View File

@ -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 {