summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/tcc77x.h3
-rw-r--r--firmware/export/tcc780x.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/tcc77x.h b/firmware/export/tcc77x.h
index 9ff8adea3e..5346e585aa 100644
--- a/firmware/export/tcc77x.h
+++ b/firmware/export/tcc77x.h
@@ -258,4 +258,7 @@
258/* USB 2.0 device system MMR base address */ 258/* USB 2.0 device system MMR base address */
259#define USB_BASE 0x90000b00 259#define USB_BASE 0x90000b00
260 260
261#define USB_NUM_ENDPOINTS 3
262#define USB_DEVBSS_ATTR IBSS_ATTR
263
261#endif 264#endif
diff --git a/firmware/export/tcc780x.h b/firmware/export/tcc780x.h
index 1e2052c4be..b10b311fed 100644
--- a/firmware/export/tcc780x.h
+++ b/firmware/export/tcc780x.h
@@ -229,4 +229,7 @@
229/* USB 2.0 device system MMR base address */ 229/* USB 2.0 device system MMR base address */
230#define USB_BASE 0xf0010000 230#define USB_BASE 0xf0010000
231 231
232#define USB_NUM_ENDPOINTS 3
233#define USB_DEVBSS_ATTR IBSS_ATTR
234
232#endif 235#endif