fixed missing semicolon in sched.h

master
Anton Lydike 3 years ago
parent f0bc98c441
commit 31339216b7

@ -8,7 +8,7 @@ enum process_status {
PROC_RDY = 1, PROC_RDY = 1,
PROC_WAIT_PROC = 2, PROC_WAIT_PROC = 2,
PROC_WAIT_SLEEP = 3, PROC_WAIT_SLEEP = 3,
} };
// process structure: // process structure:
typedef struct ProcessControlBlock ProcessControlBlock; typedef struct ProcessControlBlock ProcessControlBlock;

Loading…
Cancel
Save