Skip to content

Commit f2cf4b2

Browse files
StefanBaltActoryOu
andauthored
Add missing return in xilinx_ultrascale/NetworkInterface.c
Co-authored-by: ActoryOu <[email protected]>
1 parent 5aa836b commit f2cf4b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/portable/NetworkInterface/xilinx_ultrascale/NetworkInterface.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ static BaseType_t xUltrascaleGetPhyLinkStatus( NetworkInterface_t * pxInterface
664664
NetworkInterface_t * pxFillInterfaceDescriptor( BaseType_t xEMACIndex,
665665
NetworkInterface_t * pxInterface )
666666
{
667-
pxUltrascale_FillInterfaceDescriptor( xEMACIndex, pxInterface );
667+
return pxUltrascale_FillInterfaceDescriptor( xEMACIndex, pxInterface );
668668
}
669669
#endif
670670

0 commit comments

Comments
 (0)