fake fake is missing

This commit is contained in:
Simon
2025-06-16 23:55:59 +02:00
parent f90eaa3fcd
commit 24a0888760
4 changed files with 9 additions and 7 deletions

View File

@@ -6,13 +6,13 @@
#pragma once
#include "../../types.h"
#include "../../thread/thread.h"
//! \brief Test application
//!
//! \todo(12) Create a test application
//! \todo(14) Application should inherit from \ref Thread
//! \todo(16) Make some noise using the \ref PIT::pcspeaker "PC Speaker"
class Application {
class Application:public Thread {
// Prevent copies and assignments
Application(const Application&) = delete;
Application& operator=(const Application&) = delete;