Replace all __attribute__((section(x)) with locate_data(x)

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2021-07-27 18:30:12 +08:00
committed by Gustavo Henrique Nihei
parent b3f9ffbe72
commit 007adc7736
74 changed files with 108 additions and 108 deletions

View File

@@ -53,7 +53,7 @@
/* Address of the IDLE thread */
uint8_t g_idlestack[CONFIG_IDLETHREAD_STACKSIZE]
aligned_data(16) __attribute__((section(".noinit")));
aligned_data(16) locate_data(".noinit");
uint32_t g_idle_topstack = ESP32C3_IDLESTACK_TOP;
/****************************************************************************