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