Skip to content

Commit 8bf6c6b

Browse files
author
Veijo Pesonen
committed
platform: includes string.h needed by memcpy and strlen
1 parent 099cbb1 commit 8bf6c6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/mbed_board.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* limitations under the License.
1616
*/
1717
#include <stdio.h>
18+
#include <string.h>
1819
#include "hal/gpio_api.h"
1920
#include "platform/mbed_wait_api.h"
2021
#include "platform/mbed_toolchain.h"

0 commit comments

Comments
 (0)