mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-12-16 18:08:04 +00:00
Fix queue put to not use double reference
This commit is contained in:
@@ -45,7 +45,7 @@ namespace sta
|
||||
* @param timeout Timeout
|
||||
* @return True on success
|
||||
*/
|
||||
bool put(const Message & msg, uint32_t timeout = osWaitForever);
|
||||
bool put(const Message msg, uint32_t timeout = osWaitForever);
|
||||
/**
|
||||
* @brief Take message from queue.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user