keep it building
This commit is contained in:
15
devser.c
15
devser.c
@ -289,21 +289,6 @@ static int DevQueueTask(void *ds)
|
||||
return 1;
|
||||
}
|
||||
|
||||
void DevSigFun(void *ds, int iSignal, void *pSigData) {
|
||||
DevSer *devser = ds;
|
||||
AsconStatus status;
|
||||
DevAction *action;
|
||||
SchedHeader *header;
|
||||
|
||||
if (devser->stopTask) {
|
||||
return;
|
||||
}
|
||||
for (header = devser->headers; header != NULL; header = header->next) {
|
||||
// TODO ffr Set interrupt level on the action handler node's sics_int property
|
||||
// An action handler should clear the sics_int property after it is called.
|
||||
}
|
||||
}
|
||||
|
||||
DevSer *DevMake(SConnection * con, int argc, char *argv[])
|
||||
{
|
||||
DevSer *devser = NULL;
|
||||
|
Reference in New Issue
Block a user