mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-08-02 10:01:54 +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)
|
||||
: handle_{handle}
|
||||
{
|
||||
STA_ASSERT(handle != nullptr);
|
||||
STA_ASSERT(handle != NULL);
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
|
Loading…
x
Reference in New Issue
Block a user