From 855d6d5ece99f2953a82ef2616383e05f719ed05 Mon Sep 17 00:00:00 2001 From: Hein Tibosch Date: Wed, 13 Sep 2023 13:07:58 +0800 Subject: [PATCH] One more change in FreeRTOS_AddNetworkInterface() --- source/FreeRTOS_Routing.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/FreeRTOS_Routing.c b/source/FreeRTOS_Routing.c index e1fdf2535..527e49c7a 100644 --- a/source/FreeRTOS_Routing.c +++ b/source/FreeRTOS_Routing.c @@ -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 {