mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-08-06 11:07:34 +00:00
Additional constructor for rtos signal
This commit is contained in:
@@ -25,6 +25,8 @@ namespace sta
|
||||
*/
|
||||
RtosSignal(osSemaphoreId_t semaphore);
|
||||
|
||||
RtosSignal(uint32_t max, uint32_t initial = 0);
|
||||
|
||||
/**
|
||||
* @brief Notify the signal.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user