Removed the empty PROCESS_NO_BROADCAST macro.
This commit is contained in:
parent
1629c207b5
commit
6275ef313c
2 changed files with 2 additions and 7 deletions
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* @(#)$Id: process.h,v 1.7 2007/04/02 18:07:26 adamdunkels Exp $
|
||||
* @(#)$Id: process.h,v 1.8 2007/05/23 22:16:05 oliverschmidt Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -400,9 +400,6 @@ CCIF void process_exit(struct process *p);
|
|||
#define PROCESS_CURRENT() process_current
|
||||
CCIF extern struct process *process_current;
|
||||
|
||||
#define PROCESS_SET_FLAGS(flags)
|
||||
#define PROCESS_NO_BROADCAST
|
||||
|
||||
/**
|
||||
* Switch context to another process
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue