cpu/sam3x8e: put PendSV IRQ to lowest prio
This commit is contained in:
parent
a4d7ee8d4d
commit
8b992d03c2
@ -26,4 +26,7 @@ void cpu_init(void)
|
||||
{
|
||||
/* disable the watchdog timer */
|
||||
WDT->WDT_MR |= WDT_MR_WDDIS;
|
||||
|
||||
/* set PendSV interrupt priority to lowest possible value */
|
||||
NVIC_SetPriority(PendSV_IRQn, 0xff);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user