We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7ed41 commit b7154d0Copy full SHA for b7154d0
source/portable/NetworkInterface/xilinx_ultrascale/NetworkInterface.c
@@ -278,7 +278,7 @@ static EMACState_t eEMACStates[ XPAR_XEMACPS_NUM_INSTANCES ] = { xEMAC_Init };
278
279
static BaseType_t xUltrascaleNetworkInterfaceInitialise( NetworkInterface_t * pxInterface )
280
{
281
- uint32_t ulLinkSpeed, ulDMAReg;
+ uint32_t ulLinkSpeed;
282
BaseType_t xStatus, xReturn = pdFAIL;
283
XEmacPs * pxEMAC_PS;
284
const TickType_t xWaitLinkDelay = pdMS_TO_TICKS( 1000U );
0 commit comments