updating ac

This commit is contained in:
jakani24
2024-05-10 14:27:52 +02:00
parent 237d1821e1
commit d3f83426fa
41 changed files with 556 additions and 174 deletions

View File

@@ -1,3 +1,11 @@
/*
This file contains the implementation of the thread control functions. And houses the start functions of the scheduler
Functions:
- start_thread(): This function starts a new thread with the specified command.
*/
#ifndef THREAD_CTRL_CPP
#define THREAD_CTRL_CPP