File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323
2424typedef enum ProcPriority
2525{
26- // Feel free to add custom prority levels in here
26+ // Feel free to add custom priority levels in here
2727 ////////////// BEGIN //////////////////
2828 HIGH_PRIORITY = 0 ,
2929 MEDIUM_PRIORITY ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class Process
1212public:
1313 /*
1414 * @param manager: The scheduler overseeing this Process
15- * @param priority: The prority of this Process defined in config.h
15+ * @param priority: The priority of this Process defined in config.h
1616 * @param period: The period this process should be serviced at (SERVICE_CONSTANTLY = As often as possible)
1717 * @param iterations: Number of iterations this process should be serviced before being disabled (RUNTIME_FOREVER = infinite)
1818 * @param overSchedThresh: The periods behind this process can get, before a WARNING_PROC_OVERSCHEDULED is triggered
You can’t perform that action at this time.
0 commit comments