mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-08-02 08:41:54 +00:00
fixed duplicate assert
This commit is contained in:
parent
7f875a8f46
commit
c335ef637f
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user