Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/usb/usb_private.h')
-rw-r--r--lib/usb/usb_private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/usb/usb_private.h b/lib/usb/usb_private.h
index 8e1a091c..a7ebbb9a 100644
--- a/lib/usb/usb_private.h
+++ b/lib/usb/usb_private.h
@@ -41,7 +41,8 @@ LGPL License Terms @ref lgpl_license
#define MAX_USER_CONTROL_CALLBACK 4
#define MAX_USER_SET_CONFIG_CALLBACK 4
-#define ENDPOINT_COUNT 8
+#ifndef ENDPOINT_COUNT
+#define ENDPOINT_COUNT 4
#define MIN(a, b) ((a) < (b) ? (a) : (b))