mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
STM32 Ethernet: stm32_ifdown() prototyped twice
This commit is contained in:
committed by
Gregory Nutt
parent
5a9f1fa3ab
commit
f2b5f05124
@@ -680,7 +680,6 @@ static void stm32_poll_expiry(int argc, uint32_t arg, ...);
|
||||
|
||||
static int stm32_ifup(struct net_driver_s *dev);
|
||||
static int stm32_ifdown(struct net_driver_s *dev);
|
||||
static int stm32_ifdown(struct net_driver_s *dev);
|
||||
static inline void stm32_txavail_process(FAR struct stm32_ethmac_s *priv);
|
||||
#ifdef CONFIG_NET_NOINTS
|
||||
static void stm32_txavail_work(FAR void *arg);
|
||||
|
||||
Reference in New Issue
Block a user