#ifndef USBMASSSTORAGE_H #define USBMASSSTORAGE_H #include #include "usb_mass_mal.h" extern "C" { #include #include #include #include #include "msc/usbd_msc_core.h" #define USB_MASS_MAL_FAIL -1 #define USB_MASS_MAL_SUCCESS 0 } #endif /* USBMASSSTORAGE_H */