fix PSC3 interrupt level and prio

fix PIC communication in PSC3 interrupt handler
This commit is contained in:
Markus Fröschle
2016-02-07 12:28:13 +00:00
parent 88e9fe0007
commit fe2e85b984
3 changed files with 8 additions and 10 deletions

View File

@@ -265,9 +265,6 @@ static void init_serial(void)
MCF_PSC3_PSCCR = 0x05;
#endif /* MACHINE_FIREBEE */
MCF_INTC_ICR32 = MCF_INTC_ICR_IL(7) |
MCF_INTC_ICR_IL(4); /* PSC3 interrupt vector. Do we need it? */
xprintf("\r\nserial interfaces initialization: finished\r\n");
}