mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-08-05 19:01:54 +00:00
Added mssing semicolon
This commit is contained in:
@@ -26,7 +26,7 @@ namespace sta
|
||||
template <typename T>
|
||||
void * RtosMemPool<T>::alloc(uint32_t timeout /* = osWaitForever */)
|
||||
{
|
||||
void * addr = osMemoryPoolAlloc(handle_, timeout)
|
||||
void * addr = osMemoryPoolAlloc(handle_, timeout);
|
||||
STA_ASSERT_MSG(addr != nullptr, "Failed to Alloc RtosMemPool Block");
|
||||
return addr;
|
||||
}
|
||||
|
Reference in New Issue
Block a user