summaryrefslogtreecommitdiff
path: root/usb/dwc_otg_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'usb/dwc_otg_def.h')
-rw-r--r--usb/dwc_otg_def.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/usb/dwc_otg_def.h b/usb/dwc_otg_def.h
index 2f19116..6ed6ba8 100644
--- a/usb/dwc_otg_def.h
+++ b/usb/dwc_otg_def.h
@@ -23,9 +23,7 @@ class DWC_OTG_t {
volatile uint32_t CID;
uint32_t _reserved1[48];
volatile uint32_t HPTXFSIZ;
- volatile uint32_t DIEPTXF1;
- volatile uint32_t DIEPTXF2;
- volatile uint32_t DIEPTXF3;
+ volatile uint32_t DIEPTXF[5];
};
struct DWC_OTG_dev_reg_t {