This commit is contained in:
Simon
2025-06-17 01:15:43 +02:00
parent a0e2a59f96
commit e8ec76112b
4 changed files with 20 additions and 9 deletions

View File

@@ -24,7 +24,8 @@ class Application:public Thread {
*
* \todo(14) Implement Constructor
*/
Application(void* tos): Thread(tos){
}
/*! \brief Contains the application code.
*
* \todo(14) Implement Method