mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 11:53:53 -04:00
Normalize line endings and whitespace in source files
This commit is contained in:
parent
151fb04ad1
commit
01820d3ed9
574 changed files with 162626 additions and 172362 deletions
|
@ -75,7 +75,7 @@ CLR_INT MACRO FLAG_REG, FLAG_MASK
|
|||
ldi r16, FLAG_MASK
|
||||
sts FLAG_REG, r16
|
||||
ld r16, y+
|
||||
|
||||
|
||||
ENDM
|
||||
|
||||
; Saving and Restoring a Task Context and Task Switching
|
||||
|
@ -222,7 +222,7 @@ vPortYield:
|
|||
vPortYieldFromTick:
|
||||
CLR_INT INT_FLAGS, INT_MASK ; Clear tick interrupt flag
|
||||
|
||||
portSAVE_CONTEXT ; Save the context of the current task.
|
||||
portSAVE_CONTEXT ; Save the context of the current task.
|
||||
call xTaskIncrementTick ; Call the timer tick function.
|
||||
tst r16
|
||||
breq SkipTaskSwitch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue