mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
STM32 Ethernet: Remove unused variable warning.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user