mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-08-06 11:07:34 +00:00
Small bugfix for rtos queue
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user