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

@ -7,8 +7,8 @@
* *
* Autor: Michael Schoettner, HHU, 25.9.2016 *
*****************************************************************************/
#ifndef __HeapDemo_include__
#define __HeapDemo_include__
#ifndef HeapDemo_include__
#define HeapDemo_include__
#include "kernel/Globals.h"
#include "kernel/threads/Thread.h"
@ -21,10 +21,9 @@ public:
};
class HeapDemo : public Thread {
private:
public:
HeapDemo(const HeapDemo& copy) = delete;
public:
HeapDemo() : Thread("HeapDemo") {}
void run() override;