mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-12-16 18:08:04 +00:00
Change class prefix from RTOS to Rtos
This commit is contained in:
@@ -17,13 +17,13 @@ namespace sta
|
||||
*
|
||||
* @ingroup STA_RTOS_API
|
||||
*/
|
||||
class RTOSMutex : public Mutex
|
||||
class RtosMutex : public Mutex
|
||||
{
|
||||
public:
|
||||
/**
|
||||
* @param handle CMSIS RTOS2 mutex
|
||||
*/
|
||||
RTOSMutex(osMutexId_t * handle);
|
||||
RtosMutex(osMutexId_t * handle);
|
||||
|
||||
void acquire() override;
|
||||
void release() override;
|
||||
|
||||
Reference in New Issue
Block a user