revert a change in tusb_mcu

This commit is contained in:
hathach 2024-04-25 20:41:44 +07:00
parent 2e995d7cf4
commit 03ccc8d8df
No known key found for this signature in database
GPG Key ID: 26FAB84F615C3C52

View File

@ -429,7 +429,7 @@
#define TUP_MCU_MULTIPLE_CORE 0
#endif
#if CFG_TUD_ENABLED && !defined(TUP_DCD_ENDPOINT_MAX)
#if !defined(TUP_DCD_ENDPOINT_MAX)
#warning "TUP_DCD_ENDPOINT_MAX is not defined for this MCU, default to 8"
#define TUP_DCD_ENDPOINT_MAX 8
#endif