summaryrefslogtreecommitdiff
path: root/firmware/export/usb_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/usb_core.h')
-rw-r--r--firmware/export/usb_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/usb_core.h b/firmware/export/usb_core.h
index bf6f2becb2..fc1c742286 100644
--- a/firmware/export/usb_core.h
+++ b/firmware/export/usb_core.h
@@ -37,7 +37,7 @@
37#define NUM_ENDPOINTS 8 37#define NUM_ENDPOINTS 8
38#define USBDEVBSS_ATTR DEVBSS_ATTR 38#define USBDEVBSS_ATTR DEVBSS_ATTR
39#else 39#else
40#define USBDEVBSS_ATTR NOCACHEBSS_ATTR 40#define USBDEVBSS_ATTR IBSS_ATTR
41#define NUM_ENDPOINTS 3 41#define NUM_ENDPOINTS 3
42#endif 42#endif
43 43