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,18 +9,12 @@
|
||||
|
||||
#include <cmsis_os2.h>
|
||||
|
||||
/**
|
||||
* @defgroup STA_RTOS_SIGNAL Signal
|
||||
* @ingroup STA_RTOS_API
|
||||
* @brief RTOS Signal.
|
||||
*/
|
||||
|
||||
namespace sta
|
||||
{
|
||||
/**
|
||||
* @brief Implementation of Signal interface using CMSIS RTOS2.
|
||||
*
|
||||
* @ingroup STA_RTOS_SIGNAL
|
||||
* @ingroup STA_RTOS_Sync
|
||||
*
|
||||
*/
|
||||
class RtosSignal : public Signal
|
||||
|
Reference in New Issue
Block a user