Removed ECHO.
This commit is contained in:
parent
f41429d815
commit
da4bb9144d
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ PUBLIC char *t_stack[TOT_STACK_SPACE / sizeof(char *)];
|
||||||
*/
|
*/
|
||||||
#define TSK_T (1 << RECEIVE) /* clock and system */
|
#define TSK_T (1 << RECEIVE) /* clock and system */
|
||||||
#define SRV_T (~0) /* system services */
|
#define SRV_T (~0) /* system services */
|
||||||
#define USR_T ((1 << SENDREC) | (1 << ECHO)) /* user processes */
|
#define USR_T ((1 << SENDREC)) /* user processes */
|
||||||
|
|
||||||
/* Send masks determine to whom processes can send messages or notifications.
|
/* Send masks determine to whom processes can send messages or notifications.
|
||||||
* The values here are used for the processes in the boot image. We rely on
|
* The values here are used for the processes in the boot image. We rely on
|
||||||
|
|
Loading…
Reference in a new issue