diff options
| author | Gordon McNab <[email protected]> | 2021-12-08 09:34:29 +0000 |
|---|---|---|
| committer | Gordon McNab <[email protected]> | 2021-12-08 09:34:29 +0000 |
| commit | 5039a5e54c184d6cc281890b6f328caef116bce7 (patch) | |
| tree | 2928487e1c6651919361bfcc958cee6c3bd5f0aa /src/device | |
| parent | 9a7db985931ae215e808d40e7bacd52535d45305 (diff) | |
Update code to implement changes from upstream master
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/dcd_attr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/device/dcd_attr.h b/src/device/dcd_attr.h index c51940573..21bfbb545 100644 --- a/src/device/dcd_attr.h +++ b/src/device/dcd_attr.h @@ -198,10 +198,10 @@ #define DCD_ATTR_ENDPOINT_MAX 8 //------------- BridgeTek -------------// -#elif TU_CHECK_MCU(FT90X) +#elif TU_CHECK_MCU(OPT_MCU_FT90X) #define DCD_ATTR_ENDPOINT_MAX 8 -#elif TU_CHECK_MCU(FT93X) +#elif TU_CHECK_MCU(OPT_MCU_FT93X) #define DCD_ATTR_ENDPOINT_MAX 16 #else |
