Merge branch 'main' into upstream_remove_windows_header

This commit is contained in:
Gaurav-Aggarwal-AWS 2025-08-05 16:02:23 +05:30 committed by GitHub
commit 4f9f5c728e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@
.arm
.syntax unified
.section freertos_system_calls
.section freertos_system_calls, "ax"
#define FREERTOS_ASSEMBLY
#include "FreeRTOSConfig.h"

View file

@ -28,7 +28,7 @@
.arm
.syntax unified
.section privileged_functions
.section privileged_functions, "ax"
#define FREERTOS_ASSEMBLY
#include "portmacro_asm.h"