usbd_vendor_desc.h 235 B

1234567891011121314
  1. #ifndef __USBD_VENDOR_DESC_H
  2. #define __USBD_VENDOR_DESC_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. #include "usbd_def.h"
  7. extern const USBD_DescriptorsTypeDef USBD_VENDOR_DescriptorHandlers;
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11. #endif