mirror of
https://github.com/apache/nuttx.git
synced 2026-09-03 23:52:58 +00:00
STM32 Ethernet: Remove unused variable warning.
This commit is contained in:
parent
8353ddbef4
commit
7bb19ad8bc
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue