*/\r
BaseType_t xPortStartScheduler( void )\r
{\r
- /* Make PendSV, CallSV and SysTick the same priroity as the kernel. */\r
+ /* Make PendSV, CallSV and SysTick the same priority as the kernel. */\r
*(portNVIC_SYSPRI2) |= portNVIC_PENDSV_PRI;\r
*(portNVIC_SYSPRI2) |= portNVIC_SYSTICK_PRI;\r
\r
*/\r
BaseType_t xPortStartScheduler( void )\r
{\r
- /* Make PendSV, CallSV and SysTick the same priroity as the kernel. */\r
+ /* Make PendSV, CallSV and SysTick the same priority as the kernel. */\r
*(portNVIC_SYSPRI2) |= portNVIC_PENDSV_PRI;\r
*(portNVIC_SYSPRI2) |= portNVIC_SYSTICK_PRI;\r
\r