Make nwatch independent of SICS
This commit is contained in:
4
nwatch.c
4
nwatch.c
@ -18,7 +18,6 @@
|
||||
#include <sys/time.h>
|
||||
#include "fortify.h"
|
||||
#include "nwatch.h"
|
||||
#include "sics.h"
|
||||
#include "uselect.h"
|
||||
|
||||
#define NWMAGIC 51966
|
||||
@ -363,7 +362,8 @@ int NetWatchSetMode(pNWContext handle, int mode)
|
||||
}
|
||||
|
||||
/**
|
||||
* \brief the registered SICS Task to drive all this
|
||||
* \brief the task to drive all this
|
||||
* Should be called periodically
|
||||
*/
|
||||
int NetWatchTask(void *pData)
|
||||
{
|
||||
|
Reference in New Issue
Block a user