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

@@ -25,13 +25,6 @@ void *usb_hc_malloc_align(size_t align, size_t size);
#endif
#ifndef CONFIG_USB_ALIGN_SIZE
#define CONFIG_USB_ALIGN_SIZE 4
#endif
#ifndef USB_NOCACHE_RAM_SECTION
#define USB_NOCACHE_RAM_SECTION
#endif
#define USB_MEM_ALIGNX __attribute__((aligned(CONFIG_USB_ALIGN_SIZE)))
#if (CONFIG_USB_ALIGN_SIZE > 4)