arch: esp32: Fix compile error with xtensa-esp32-elf-gcc 8.2.0

This commit is contained in:
Masayuki Ishikawa 2020-03-04 17:37:17 +09:00 committed by Xiang Xiao
parent 923c05f17f
commit e16c3ca25b
1 changed files with 1 additions and 2 deletions

View File

@ -43,8 +43,7 @@
/* Address of the CPU0 IDLE thread */
uint32_t g_cpu1_idlestack[CPU1_IDLETHREAD_STACKWORDS]
__attribute__((aligned(16) section(".noinit")));
__attribute__((aligned(16), section(".noinit")));
/****************************************************************************
* Public Functions