mirror of
https://github.com/apache/nuttx.git
synced 2026-09-07 09:26:38 +00:00
LPC43xx: Fix IRQ Ethernet name
This commit is contained in:
parent
5f54db8c17
commit
76ab22debf
1 changed files with 1 additions and 1 deletions
|
|
@ -2171,7 +2171,7 @@ static void lpc43_txtimeout_expiry(int argc, uint32_t arg, ...)
|
|||
* Interrupts will be re-enabled when lpc43_ifup() is called.
|
||||
*/
|
||||
|
||||
up_disable_irq(STM32_IRQ_ETH);
|
||||
up_disable_irq(LPC43M4_IRQ_ETHERNET);
|
||||
|
||||
/* Cancel any pending poll or interrupt work. This will have no effect
|
||||
* on work that has already been started.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue