mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-04 14:54:02 +08:00
if_atsam: Fix interrupt setup
The interrupt is enabled by rtems_interrupt_handler_install(). Update #4651.
This commit is contained in:
parent
4780eff5c5
commit
46ec9d75b3
@ -990,7 +990,6 @@ static void if_atsam_init(void *arg)
|
||||
}
|
||||
/* Setup interrupts */
|
||||
NVIC_ClearPendingIRQ(GMAC_IRQn);
|
||||
NVIC_EnableIRQ(GMAC_IRQn);
|
||||
|
||||
/* Configuration of DMAC */
|
||||
dmac_cfg = (GMAC_DCFGR_DRBS(GMAC_RX_BUFFER_SIZE >> 6)) |
|
||||
|
Loading…
x
Reference in New Issue
Block a user