mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/Tasty.git
synced 2025-06-10 02:26:00 +00:00
removed empty @brief
This commit is contained in:
parent
28f88b1ead
commit
d0c120dbbe
@ -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}
|
||||
{}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user