We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa836b commit f2cf4b2Copy full SHA for f2cf4b2
source/portable/NetworkInterface/xilinx_ultrascale/NetworkInterface.c
@@ -664,7 +664,7 @@ static BaseType_t xUltrascaleGetPhyLinkStatus( NetworkInterface_t * pxInterface
664
NetworkInterface_t * pxFillInterfaceDescriptor( BaseType_t xEMACIndex,
665
NetworkInterface_t * pxInterface )
666
{
667
- pxUltrascale_FillInterfaceDescriptor( xEMACIndex, pxInterface );
+ return pxUltrascale_FillInterfaceDescriptor( xEMACIndex, pxInterface );
668
}
669
#endif
670
0 commit comments