Skip to content

Commit

Permalink
Add missing return in xilinx_ultrascale/NetworkInterface.c
Browse files Browse the repository at this point in the history
Co-authored-by: ActoryOu <[email protected]>
  • Loading branch information
StefanBalt and ActoryOu authored Oct 2, 2024
1 parent 5aa836b commit f2cf4b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ static BaseType_t xUltrascaleGetPhyLinkStatus( NetworkInterface_t * pxInterface
NetworkInterface_t * pxFillInterfaceDescriptor( BaseType_t xEMACIndex,
NetworkInterface_t * pxInterface )
{
pxUltrascale_FillInterfaceDescriptor( xEMACIndex, pxInterface );
return pxUltrascale_FillInterfaceDescriptor( xEMACIndex, pxInterface );
}
#endif

Expand Down

0 comments on commit f2cf4b2

Please sign in to comment.