mirror of https://github.com/ARMmbed/mbed-os.git
QSPI: fix memset header file missing
parent
d282c81e86
commit
41453169a0
|
@ -16,6 +16,7 @@
|
|||
|
||||
#include "drivers/QSPI.h"
|
||||
#include "platform/mbed_critical.h"
|
||||
#include <string.h>
|
||||
|
||||
#if DEVICE_QSPI
|
||||
|
||||
|
|
Loading…
Reference in New Issue