mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-09-29 02:57:33 +00:00
fixed duplicate assert
This commit is contained in:
@@ -26,7 +26,7 @@ namespace sta
|
|||||||
running_{false}
|
running_{false}
|
||||||
{
|
{
|
||||||
STA_ASSERT(stack_size >= 0);
|
STA_ASSERT(stack_size >= 0);
|
||||||
STA_ASSERT(stack_size >= 0);
|
STA_ASSERT(cb_size >= 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void TacosThread::entry_point(void* arg)
|
void TacosThread::entry_point(void* arg)
|
||||||
|
Reference in New Issue
Block a user