We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8722eee commit b439166Copy full SHA for b439166
2 files changed
src/ProcessScheduler/Includes.h
@@ -35,12 +35,6 @@ typedef enum ProcessWarning
35
36
#define OVERSCHEDULED_NO_WARNING 0
37
38
-// Only can use negative values
39
-typedef SchedulerException
40
-{
41
- ProcTimeout = -1000,
42
- ProcYield,
43
-};
44
#define LONGJMP_ISR_CODE -1000
45
#define LONGJMP_YIELD_CODE -1001
46
src/ProcessScheduler/Process.h
@@ -38,7 +38,7 @@ class Process
*
* @return: p1 or p2
*/
- static Process *Process::runWhich(Process *p1, Process *p2);
+ static Process *runWhich(Process *p1, Process *p2);
///////////////////// GETTERS /////////////////////////
0 commit comments