remove duplicate macros

This commit is contained in:
sakumisu
2022-10-14 21:08:04 +08:00
parent 86081b1e89
commit 7bcd8d0532
2 changed files with 0 additions and 11 deletions

View File

@@ -10,10 +10,6 @@
#include "usb_osal.h"
#endif
#ifndef CONFIG_USBDEV_MSC_BLOCK_SIZE
#define CONFIG_USBDEV_MSC_BLOCK_SIZE 512
#endif
#define MSC_THREAD_OP_READ_MEM 1
#define MSC_THREAD_OP_WRITE_MEM 2
#define MSC_THREAD_OP_WRITE_DONE 3