Skip to content

Commit

Permalink
Merge pull request #19 from thijstriemstra/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
wizard97 authored Jan 27, 2021
2 parents b3a6d7c + aa5cbb0 commit 4a107b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ProcessScheduler/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

typedef enum ProcPriority
{
// Feel free to add custom prority levels in here
// Feel free to add custom priority levels in here
////////////// BEGIN //////////////////
HIGH_PRIORITY = 0,
MEDIUM_PRIORITY,
Expand Down
2 changes: 1 addition & 1 deletion src/ProcessScheduler/Process.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Process
public:
/*
* @param manager: The scheduler overseeing this Process
* @param priority: The prority of this Process defined in config.h
* @param priority: The priority of this Process defined in config.h
* @param period: The period this process should be serviced at (SERVICE_CONSTANTLY = As often as possible)
* @param iterations: Number of iterations this process should be serviced before being disabled (RUNTIME_FOREVER = infinite)
* @param overSchedThresh: The periods behind this process can get, before a WARNING_PROC_OVERSCHEDULED is triggered
Expand Down

0 comments on commit 4a107b7

Please sign in to comment.