File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed
source/portable/NetworkInterface Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -286,8 +286,8 @@ static BaseType_t xZynqNetworkInterfaceInitialise( NetworkInterface_t * pxInterf
286286 {
287287 /* set the solicited-node multicast address */
288288 for ( NetworkEndPoint_t * pxEndPointIter = FreeRTOS_FirstEndPoint ( pxInterface );
289- pxEndPointIter != NULL ;
290- pxEndPointIter = FreeRTOS_NextEndPoint ( pxInterface , pxEndPointIter ) )
289+ pxEndPointIter != NULL ;
290+ pxEndPointIter = FreeRTOS_NextEndPoint ( pxInterface , pxEndPointIter ) )
291291 {
292292 if ( pxEndPointIter -> bits .bIPv6 != pdFALSE_UNSIGNED )
293293 {
@@ -302,6 +302,7 @@ static BaseType_t xZynqNetworkInterfaceInitialise( NetworkInterface_t * pxInterf
302302 #endif /* if ( ipconfigUSE_IPv6 == 0 ) */
303303
304304 pxEndPoint = FreeRTOS_NextEndPoint ( pxInterface , pxEndPoint );
305+
305306 if ( pxEndPoint != NULL )
306307 {
307308 /* If there is a second end-point, store the MAC
Original file line number Diff line number Diff line change @@ -351,8 +351,8 @@ static BaseType_t xUltrascaleNetworkInterfaceInitialise( NetworkInterface_t * px
351351 {
352352 /* set the solicited-node multicast address */
353353 for ( NetworkEndPoint_t * pxEndPointIter = FreeRTOS_FirstEndPoint ( pxInterface );
354- pxEndPointIter != NULL ;
355- pxEndPointIter = FreeRTOS_NextEndPoint ( pxInterface , pxEndPointIter ) )
354+ pxEndPointIter != NULL ;
355+ pxEndPointIter = FreeRTOS_NextEndPoint ( pxInterface , pxEndPointIter ) )
356356 {
357357 if ( pxEndPointIter -> bits .bIPv6 != pdFALSE_UNSIGNED )
358358 {
Original file line number Diff line number Diff line change 159159 void vInitialiseOnIndex ( BaseType_t xIndex );
160160
161161 #ifdef __cplusplus
162- } /* extern "C" */
162+ } /* extern "C" */
163163 #endif
164164
165165#endif /* __NETIF_XAXIEMACIF_H__ */
Original file line number Diff line number Diff line change 3434
3535
3636 #ifdef __cplusplus
37- } /* extern "C" */
37+ } /* extern "C" */
3838 #endif
3939
4040#endif /* ifndef __XEMACPSIF_HW_H_ */
Original file line number Diff line number Diff line change 3939 };
4040
4141 #ifdef __cplusplus
42- } /* extern "C" */
42+ } /* extern "C" */
4343 #endif
4444
4545#endif /* __XTOPOLOGY_H_ */
You can’t perform that action at this time.
0 commit comments