Skip to content

Commit 4145316

Browse files
0xc0170maciejbocianski
authored andcommitted
QSPI: fix memset header file missing
1 parent d282c81 commit 4145316

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/QSPI.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
#include "drivers/QSPI.h"
1818
#include "platform/mbed_critical.h"
19+
#include <string.h>
1920

2021
#if DEVICE_QSPI
2122

0 commit comments

Comments
 (0)