summaryrefslogtreecommitdiff
path: root/usb/dwc_otg_def.h
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2012-09-20 21:19:29 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2012-09-20 21:43:44 +0200
commitd2e7c6170752b085bbfed155308511790984ccab (patch)
tree8e340f63c3d0e9c6db4f990a0283c7a7286f46bd /usb/dwc_otg_def.h
parent9bf644e65d5bb51a161b22da94f9718af29d02f1 (diff)
Improved USB driver.
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 {