1

merged cleanup

This commit is contained in:
2022-07-24 21:12:31 +02:00
parent 5ff3d72bfd
commit 6481bae5f6
92 changed files with 663 additions and 755 deletions

View File

@ -8,17 +8,16 @@
* Autor: Michael Schoettner, HHU, 26.10.2018 *
*****************************************************************************/
#ifndef __TextDemo_include__
#define __TextDemo_include__
#ifndef TextDemo_include__
#define TextDemo_include__
#include "kernel/Globals.h"
#include "kernel/threads/Thread.h"
class TextDemo : public Thread {
private:
public:
TextDemo(const TextDemo& copy) = delete;
public:
TextDemo() : Thread("TextDemo") {}
void run() override;