Skip to content

Commit

Permalink
One more change in FreeRTOS_AddNetworkInterface()
Browse files Browse the repository at this point in the history
  • Loading branch information
htibosch committed Sep 13, 2023
1 parent 5669fd8 commit 855d6d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/FreeRTOS_Routing.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ struct xIPv6_Couple
{
/* No other interfaces are set yet, so this is the first in the list. */
pxNetworkInterfaces = pxInterface;
pxInterface->pxNext = NULL;
}
else
{
Expand Down

0 comments on commit 855d6d5

Please sign in to comment.