sched: use shorter data type for timeout IDs
This commit is contained in:
parent
8803ab27c6
commit
66d534417b
1 changed files with 1 additions and 1 deletions
2
sched.h
2
sched.h
|
@ -30,7 +30,7 @@
|
||||||
#include "sysincl.h"
|
#include "sysincl.h"
|
||||||
|
|
||||||
/* Type for timeout IDs, valid IDs are always greater than zero */
|
/* Type for timeout IDs, valid IDs are always greater than zero */
|
||||||
typedef unsigned long SCH_TimeoutID;
|
typedef unsigned int SCH_TimeoutID;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
SCH_ReservedTimeoutValue = 0,
|
SCH_ReservedTimeoutValue = 0,
|
||||||
|
|
Loading…
Reference in a new issue