Skip to content

Commit d8be78b

Browse files
author
Cruz Monrreal
authored
Merge pull request #9063 from naveenkaje/fix_fault_handler_warning
mbed_fault_handler: fix build warning
2 parents 4e52240 + 091010e commit d8be78b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmsis/TARGET_CORTEX_M/mbed_fault_handler.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#define __STDC_FORMAT_MACROS
1919
#endif
2020
#include <inttypes.h>
21+
#include <string.h>
2122

2223
#include "device.h"
2324
#include "mbed_error.h"

0 commit comments

Comments
 (0)