Skip to content

Commit 6335650

Browse files
committed
PluggableUSBMSD: add missing include
1 parent 19c0d7a commit 6335650

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/USBMSD/PluggableUSBMSD.h

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#include "FATFileSystem.h"
3434
#include "Callback.h"
3535
#include "rtos/Thread.h"
36+
#include "rtos/EventFlags.h"
3637

3738
#if defined(MBED_CONF_TARGET_USB_SPEED) && (MBED_CONF_TARGET_USB_SPEED == USE_USB_OTG_HS)
3839
#define MSD_MAX_PACKET_SIZE 512

0 commit comments

Comments
 (0)