Fixed the wrong indentation
This commit is contained in:
@@ -145,11 +145,9 @@ void Uart0DefaultMPF(void)
|
||||
|
||||
}
|
||||
|
||||
|
||||
//systick interrupt Handler function
|
||||
void SysTick_Handler(void)
|
||||
{
|
||||
|
||||
if (tos_knl_is_running())
|
||||
{
|
||||
tos_knl_irq_enter();
|
||||
@@ -157,6 +155,3 @@ void SysTick_Handler(void)
|
||||
tos_knl_irq_leave();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user