@@ -92,8 +92,8 @@ void os_port_init(void){
}
void os_port_startup(void){
NVIC_SetPriority(SVCall_IRQn, 0x00);
NVIC_SetPriority(PendSV_IRQn, 0xff);
NVIC_SetPriority(SVCall_IRQn, OS_CFG_SYSCALL_PRIORITY);
SysTick_Config(SystemCoreClock/OS_CFG_TICKS_PER_SECOND);
The note is not visible to the blocked user.