mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-08-06 11:07:34 +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 RTOSSignal : public Signal
|
||||
class RtosSignal : public Signal
|
||||
{
|
||||
public:
|
||||
/**
|
||||
* @param semaphore CMSIS RTOS2 semaphore
|
||||
*/
|
||||
RTOSSignal(osSemaphoreId_t * semaphore);
|
||||
RtosSignal(osSemaphoreId_t * semaphore);
|
||||
|
||||
void notify() override;
|
||||
bool peek() override;
|
||||
|
Reference in New Issue
Block a user