still target aborts

This commit is contained in:
Markus Fröschle
2013-11-10 18:11:33 +00:00
parent 110367ad73
commit 44361ab1a1
5 changed files with 97 additions and 45 deletions

View File

@@ -260,7 +260,7 @@ void init_serial(void)
MCF_PSC3_PSCCR = 0x05;
#endif /* MACHINE_FIREBEE */
MCF_INTC_ICR32 = 0x3F; //MAXIMALE PRIORITY/**********/
//MCF_INTC_ICR32 = 0x3F; //MAXIMALE PRIORITY/**********/
xprintf("\r\nserial interfaces initialization: finished\r\n");
}