Skip to content
Snippets Groups Projects
Commit 7321b75e authored by antnh6@gmail.com's avatar antnh6@gmail.com
Browse files

fixed task-descriptor.h commenting out Request for now

parent 0572c9f4
No related branches found
No related tags found
1 merge request!16Withtime
......@@ -30,7 +30,7 @@ struct taskDescriptor {
PrioLvl TaskPriority;
char* Stack;
struct taskDescriptor* Parent;
Request* Req;
// Request* Req;
};
typedef struct taskDescriptor TD;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment