diff options
Diffstat (limited to 'firmware/export/dm320.h')
| -rw-r--r-- | firmware/export/dm320.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/dm320.h b/firmware/export/dm320.h index 0e16233..bf7295d 100644 --- a/firmware/export/dm320.h +++ b/firmware/export/dm320.h @@ -43,8 +43,6 @@ #define PHY_IO_BASE2 0x00060000 #define DM320_REG2(addr) (*(volatile unsigned int *)(PHY_IO_BASE2 + (addr))) -/* USBOTG */ -#define USB_NUM_ENDPOINTS 3 /* This needs to be 2048 byte aligned, but USB_QHARRAY_ATTR should take care * of that */ #define USB_QHARRAY_ATTR __attribute__((section(".qharray"),nocommon,aligned(4))) |