mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
UDP Networking: Misc fixes to get the last changes working + cleanup
This commit is contained in:
@@ -134,8 +134,8 @@ FAR struct devif_callback_s *
|
||||
return NULL;
|
||||
}
|
||||
|
||||
ret->nxtdev = dev->d_devcb;
|
||||
dev->d_devcb = ret;
|
||||
ret->nxtdev = dev->d_devcb;
|
||||
dev->d_devcb = ret;
|
||||
}
|
||||
|
||||
/* Add the newly allocated instance to the head of the specified list */
|
||||
|
||||
Reference in New Issue
Block a user