We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c0d7a commit 6335650Copy full SHA for 6335650
libraries/USBMSD/PluggableUSBMSD.h
@@ -33,6 +33,7 @@
33
#include "FATFileSystem.h"
34
#include "Callback.h"
35
#include "rtos/Thread.h"
36
+#include "rtos/EventFlags.h"
37
38
#if defined(MBED_CONF_TARGET_USB_SPEED) && (MBED_CONF_TARGET_USB_SPEED == USE_USB_OTG_HS)
39
#define MSD_MAX_PACKET_SIZE 512
0 commit comments