arch/xtensa/src/esp32/esp32_start.c: A comma was missing in g_idlestack attributes.

This commit is contained in:
Ouss4 2019-12-10 13:42:58 -06:00 committed by Gregory Nutt
parent 0ef5500e01
commit 7dcf8dde7c

View File

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