mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-12-16 18:08:04 +00:00
Rework. Improve doxygen documentation
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
/**
|
||||
* @file
|
||||
* @brief CMSIS RTOS2 mutex implementation.
|
||||
*/
|
||||
#ifndef STA_RTOS2_MUTEX_HPP
|
||||
@@ -12,7 +13,9 @@
|
||||
namespace sta
|
||||
{
|
||||
/**
|
||||
* @brief Implementation of `Mutex` interface using CMSIS RTOS2.
|
||||
* @brief Implementation of Mutex interface using CMSIS RTOS2.
|
||||
*
|
||||
* @ingroup rtos2API
|
||||
*/
|
||||
class Rtos2Mutex : public Mutex
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user