Skip to content

Commit b7154d0

Browse files
committed
Remove unused variable in ultrascale port (ulDMAReg)
1 parent 3a7ed41 commit b7154d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/portable/NetworkInterface/xilinx_ultrascale/NetworkInterface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ static EMACState_t eEMACStates[ XPAR_XEMACPS_NUM_INSTANCES ] = { xEMAC_Init };
278278

279279
static BaseType_t xUltrascaleNetworkInterfaceInitialise( NetworkInterface_t * pxInterface )
280280
{
281-
uint32_t ulLinkSpeed, ulDMAReg;
281+
uint32_t ulLinkSpeed;
282282
BaseType_t xStatus, xReturn = pdFAIL;
283283
XEmacPs * pxEMAC_PS;
284284
const TickType_t xWaitLinkDelay = pdMS_TO_TICKS( 1000U );

0 commit comments

Comments
 (0)