Skip to content

Commit

Permalink
Merge pull request #1920 from 0xc0170/fix_inclusion
Browse files Browse the repository at this point in the history
Fix inclusion (board.c and critical.c)
  • Loading branch information
0xc0170 authored Jun 13, 2016
2 parents 5eb3d8b + 81a7bdc commit ab5bd79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hal/common/critical.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/


#define __STDC_LIMIT_MACROS
#include <stdint.h>
#include <stddef.h>
#include "cmsis.h"
Expand Down
1 change: 1 addition & 0 deletions hal/common/error.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab5bd79

Please sign in to comment.