mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -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
|
||||
|
@ -134,7 +134,7 @@ portSAVE_CONTEXT MACRO
|
|||
st -y, r27
|
||||
st -y, r30
|
||||
st -y, r31
|
||||
|
||||
|
||||
lds r0, uxCriticalNesting
|
||||
st -y, r0 ; Store the critical nesting counter.
|
||||
|
||||
|
@ -215,7 +215,7 @@ vPortYield:
|
|||
|
||||
vPortYieldFromTick:
|
||||
CLR_INT INT_FLAGS, INT_MASK ; Clear tick interrupt flag
|
||||
|
||||
|
||||
portSAVE_CONTEXT ; Save the context of the current task.
|
||||
call xTaskIncrementTick ; Call the timer tick function.
|
||||
tst r16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue