Skip to content

Commit 03ccc8d

Browse files
committed
revert a change in tusb_mcu
1 parent 2e995d7 commit 03ccc8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/tusb_mcu.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@
429429
#define TUP_MCU_MULTIPLE_CORE 0
430430
#endif
431431

432-
#if CFG_TUD_ENABLED && !defined(TUP_DCD_ENDPOINT_MAX)
432+
#if !defined(TUP_DCD_ENDPOINT_MAX)
433433
#warning "TUP_DCD_ENDPOINT_MAX is not defined for this MCU, default to 8"
434434
#define TUP_DCD_ENDPOINT_MAX 8
435435
#endif

0 commit comments

Comments
 (0)