mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 01:28:32 -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
|
.arm
|
||||||
.syntax unified
|
.syntax unified
|
||||||
.section freertos_system_calls
|
.section freertos_system_calls, "ax"
|
||||||
|
|
||||||
#define FREERTOS_ASSEMBLY
|
#define FREERTOS_ASSEMBLY
|
||||||
#include "FreeRTOSConfig.h"
|
#include "FreeRTOSConfig.h"
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
.arm
|
.arm
|
||||||
.syntax unified
|
.syntax unified
|
||||||
.section privileged_functions
|
.section privileged_functions, "ax"
|
||||||
|
|
||||||
#define FREERTOS_ASSEMBLY
|
#define FREERTOS_ASSEMBLY
|
||||||
#include "portmacro_asm.h"
|
#include "portmacro_asm.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue