STM32 Ethernet: Remove unused variable warning.
This commit is contained in:
parent
8353ddbef4
commit
7bb19ad8bc
@ -1928,8 +1928,6 @@ static void stm32_txdone(FAR struct stm32_ethmac_s *priv)
|
||||
|
||||
if (priv->inflight <= 0)
|
||||
{
|
||||
int delay;
|
||||
|
||||
/* Cancel the TX timeout */
|
||||
|
||||
wd_cancel(priv->txtimeout);
|
||||
|
Loading…
Reference in New Issue
Block a user