Skip to content

Commit 091010e

Browse files
Naveen KajeNaveen Kaje
Naveen Kaje
authored and
Naveen Kaje
committed
mbed_fault_handler: fix build warning
Fixes warning BUILD\NRF52840_DK\GCC_ARM\mbed-os\cmsis\TARGET_CORTEX_M\mbed_fault_handler.o .\mbed-os\cmsis\TARGET_CORTEX_M\mbed_fault_handler.c [Warning] mbed_fault_handler.c@149,5: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration]
1 parent f5fdbff commit 091010e

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)