Merge pull request #1920 from 0xc0170/fix_inclusion

Fix inclusion (board.c and critical.c)
pull/1933/head
Martin Kojtal 2016-06-14 01:10:06 +02:00 committed by GitHub
commit ab5bd795a4
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@
* limitations under the License.
*/
#define __STDC_LIMIT_MACROS
#include <stdint.h>
#include <stddef.h>
#include "cmsis.h"

View File

@ -18,6 +18,7 @@
#include "device.h"
#include "toolchain.h"
#include "mbed_error.h"
#include "mbed_interface.h"
#if DEVICE_STDIO_MESSAGES
#include <stdio.h>
#endif