summaryrefslogtreecommitdiff
path: root/firmware/export/as3525v2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/as3525v2.h')
-rw-r--r--firmware/export/as3525v2.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/as3525v2.h b/firmware/export/as3525v2.h
index d7c188cea8..4b719a905a 100644
--- a/firmware/export/as3525v2.h
+++ b/firmware/export/as3525v2.h
@@ -34,4 +34,10 @@
34 34
35#define CGU_SDSLOT (*(volatile unsigned long *)(CGU_BASE + 0x3C)) 35#define CGU_SDSLOT (*(volatile unsigned long *)(CGU_BASE + 0x3C))
36 36
37#ifdef USB_NUM_ENDPOINTS
38#undef USB_NUM_ENDPOINTS
39#endif
40
41#define USB_NUM_ENDPOINTS 6
42
37#endif /* __AS3525V2_H__ */ 43#endif /* __AS3525V2_H__ */