...
This commit is contained in:
parent
b907b89d30
commit
e8f5292bdb
1 changed files with 2 additions and 0 deletions
|
@ -1090,6 +1090,8 @@ static int mmnif_wait(struct netif* netif, uint32_t poll, int budget)
|
|||
*/
|
||||
int mmnif_worker(void* e)
|
||||
{
|
||||
DEBUGPRINTF("Waiting for work to do!!!\n");
|
||||
|
||||
while (active)
|
||||
mmnif_wait(mmnif_dev,0,MMNIF_WORKER_BUDGET);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue