Skip to content

Commit b439166

Browse files
committed
Fixed compilation errors
1 parent 8722eee commit b439166

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

src/ProcessScheduler/Includes.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ typedef enum ProcessWarning
3535

3636
#define OVERSCHEDULED_NO_WARNING 0
3737

38-
// Only can use negative values
39-
typedef SchedulerException
40-
{
41-
ProcTimeout = -1000,
42-
ProcYield,
43-
};
4438
#define LONGJMP_ISR_CODE -1000
4539
#define LONGJMP_YIELD_CODE -1001
4640

src/ProcessScheduler/Process.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Process
3838
*
3939
* @return: p1 or p2
4040
*/
41-
static Process *Process::runWhich(Process *p1, Process *p2);
41+
static Process *runWhich(Process *p1, Process *p2);
4242

4343
///////////////////// GETTERS /////////////////////////
4444

0 commit comments

Comments
 (0)