|
@@ -91,13 +91,8 @@ int rt_hw_cpu_init(void)
|
|
|
MAP_SysTickIntEnable();
|
|
|
MAP_SysTickEnable();
|
|
|
|
|
|
- /* set pend exception priority */
|
|
|
- //IntPrioritySet(FAULT_PENDSV, (1 << 5) - 1);
|
|
|
-
|
|
|
- /*Enable interrupts to the processor.*/
|
|
|
- MAP_IntMasterEnable();
|
|
|
return 0;
|
|
|
}
|
|
|
// rt_hw_cpu_init should be run before any other INIT_BOARD_EXPORT
|
|
|
// We use INIT_EXPORT here and set the sequence index to "0.xxxx"
|
|
|
-INIT_EXPORT(rt_hw_cpu_init, "0.post");
|
|
|
+INIT_EXPORT(rt_hw_cpu_init, "0.post");
|