diff options
| author | HiFiPHile <[email protected]> | 2026-05-01 13:58:17 +0200 |
|---|---|---|
| committer | HiFiPHile <[email protected]> | 2026-05-01 13:58:17 +0200 |
| commit | 5951d07ad9de9d05127348f110024ac08bf5e676 (patch) | |
| tree | 99041f629e5c5af07a5020be89b4bb2c3f617ee4 /examples/device/dynamic_configuration/src | |
| parent | 8db6084acac03acc1b98721f78d22587968ed5b2 (diff) | |
| parent | 939c2f91c200db2bf9874c2e6c50b3530f8a6725 (diff) | |
Merge remote-tracking branch 'origin/master' into ncm_packet_filter
Diffstat (limited to 'examples/device/dynamic_configuration/src')
| -rw-r--r-- | examples/device/dynamic_configuration/src/usb_descriptors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/dynamic_configuration/src/usb_descriptors.c b/examples/device/dynamic_configuration/src/usb_descriptors.c index 458b7c2a5..c4049414f 100644 --- a/examples/device/dynamic_configuration/src/usb_descriptors.c +++ b/examples/device/dynamic_configuration/src/usb_descriptors.c @@ -132,7 +132,7 @@ enum #define EPNUM_1_MSC_OUT 0x02 #define EPNUM_1_MSC_IN 0x82 -#elif defined(TUD_ENDPOINT_ONE_DIRECTION_ONLY) +#elif CFG_TUD_ENDPOINT_ONE_DIRECTION_ONLY // MCUs that don't support a same endpoint number with different direction IN and OUT defined in tusb_mcu.h // e.g EP1 OUT & EP1 IN cannot exist together #define EPNUM_0_CDC_NOTIF 0x81 |
