mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/Tasty.git
synced 2025-09-28 23:57:33 +00:00
removed empty @brief
This commit is contained in:
@@ -22,7 +22,7 @@ namespace sta
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Victim()
|
Victim()
|
||||||
: tacos::TacosThread{"Dummy", osPriorityNormal}
|
: tacos::TacosThread{"Victim", osPriorityNormal}
|
||||||
{}
|
{}
|
||||||
|
|
||||||
void func() override
|
void func() override
|
||||||
@@ -37,7 +37,7 @@ namespace sta
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ViciousMurderer(std::shared_ptr<Victim> victim_ptr)
|
ViciousMurderer(std::shared_ptr<Victim> victim_ptr)
|
||||||
: tacos::TacosThread{"Dummy", osPriorityNormal},
|
: tacos::TacosThread{"Murderer", osPriorityNormal},
|
||||||
victim_ptr_{victim_ptr}
|
victim_ptr_{victim_ptr}
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user