#include "stm32f7xx_hal.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
#define MSC_MEDIA_PACKET 512 |
#define USBD_DbgLog |
( |
|
... | ) |
|
#define USBD_DEBUG_LEVEL 0 |
#define USBD_ErrLog |
( |
|
... | ) |
|
#define USBD_malloc malloc |
#define USBD_MAX_NUM_CONFIGURATION 1 |
#define USBD_MAX_NUM_INTERFACES 1 |
#define USBD_MAX_STR_DESC_SIZ 0x100 |
#define USBD_memcpy memcpy |
#define USBD_memset memset |
#define USBD_SELF_POWERED 1 |
#define USBD_SUPPORT_USER_STRING 0 |
#define USBD_UsrLog |
( |
|
... | ) |
|