mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-08-02 18:11:53 +00:00
Small bugfix for rtos queue
This commit is contained in:
parent
4f13387692
commit
c1ee6464df
@ -19,7 +19,7 @@ namespace sta
|
|||||||
RtosQueue<T>::RtosQueue(osMessageQueueId_t handle)
|
RtosQueue<T>::RtosQueue(osMessageQueueId_t handle)
|
||||||
: handle_{handle}
|
: handle_{handle}
|
||||||
{
|
{
|
||||||
STA_ASSERT(handle != nullptr);
|
STA_ASSERT(handle != NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user