mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-08-06 11:07:34 +00:00
Nicer Doxygen categorization
This commit is contained in:
@@ -9,17 +9,11 @@
|
||||
|
||||
#include <cmsis_os2.h>
|
||||
|
||||
/**
|
||||
* @defgroup STA_RTOS_MUTEX Mutex
|
||||
* @ingroup STA_RTOS_API
|
||||
* @brief RTOS Mutexes.
|
||||
*/
|
||||
|
||||
namespace sta
|
||||
{
|
||||
/**
|
||||
* @brief Implementation of Mutex interface using CMSIS RTOS2.
|
||||
* @ingroup STA_RTOS_MUTEX
|
||||
* @ingroup STA_RTOS_Sync
|
||||
*/
|
||||
class RtosMutex : public Mutex
|
||||
{
|
||||
|
Reference in New Issue
Block a user