mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-18 09:08:33 -04:00
Merge branch 'main' into upstream_remove_windows_header
This commit is contained in:
commit
4f9f5c728e
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
|||
|
||||
.arm
|
||||
.syntax unified
|
||||
.section freertos_system_calls
|
||||
.section freertos_system_calls, "ax"
|
||||
|
||||
#define FREERTOS_ASSEMBLY
|
||||
#include "FreeRTOSConfig.h"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
.arm
|
||||
.syntax unified
|
||||
.section privileged_functions
|
||||
.section privileged_functions, "ax"
|
||||
|
||||
#define FREERTOS_ASSEMBLY
|
||||
#include "portmacro_asm.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue