summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2022-02-26 21:30:07 +0700
committerGitHub <[email protected]>2022-02-26 21:30:07 +0700
commitc9b0fbc907495b393d0d76281ce6ed4ecf46c27c (patch)
tree551f54ddeb74bb15bb862ec1b2b22676d88f5fb1 /src/device
parent6dd4d50213b717e20b1c399b139cbd012fca7482 (diff)
parent2fe3a925fbee91c1b5d8515c9fba25e5bd8b87a6 (diff)
Merge pull request #1354 from hathach/mcu-specific
Mcu specific
Diffstat (limited to 'src/device')
-rw-r--r--src/device/dcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/dcd.h b/src/device/dcd.h
index 4e725c95a..8efbc90ef 100644
--- a/src/device/dcd.h
+++ b/src/device/dcd.h
@@ -40,7 +40,7 @@
//--------------------------------------------------------------------+
#ifndef CFG_TUD_ENDPPOINT_MAX
- #define CFG_TUD_ENDPPOINT_MAX DCD_ATTR_ENDPOINT_MAX
+ #define CFG_TUD_ENDPPOINT_MAX TUP_DCD_ENDPOINT_MAX
#endif
//--------------------------------------------------------------------+