Skip to content

Commit ab5bd79

Browse files
authored
Merge pull request #1920 from 0xc0170/fix_inclusion
Fix inclusion (board.c and critical.c)
2 parents 5eb3d8b + 81a7bdc commit ab5bd79

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

hal/common/critical.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
18+
#define __STDC_LIMIT_MACROS
1919
#include <stdint.h>
2020
#include <stddef.h>
2121
#include "cmsis.h"

hal/common/error.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include "device.h"
1919
#include "toolchain.h"
2020
#include "mbed_error.h"
21+
#include "mbed_interface.h"
2122
#if DEVICE_STDIO_MESSAGES
2223
#include <stdio.h>
2324
#endif

0 commit comments

Comments
 (0)