Added warning about stack alignment limitations on IAR

pull/1896/head
Christopher Haster 2016-06-09 22:03:25 -05:00
parent 9714a0edf6
commit 0defc77fb7
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@
/** MBED_ALIGN(N)
* Declare a variable to be aligned on an N-byte boundary.
*
* @note
* IAR does not support alignment greater than word size on the stack
*
* @code
* #include "toolchain.h"