Add endpoint definitions for more example projects.
This commit is contained in:
		| @@ -97,6 +97,13 @@ enum | ||||
|   #define EPNUM_CDC_OUT    3 | ||||
|   #define EPNUM_VENDOR_IN  4 | ||||
|   #define EPNUM_VENDOR_OUT 5 | ||||
| #elif CFG_TUSB_MCU == OPT_MCU_FT90X || CFG_TUSB_MCU == OPT_MCU_FT93X | ||||
|   // FT9XX doesn't support a same endpoint number with different direction IN and OUT | ||||
|   //    e.g EP1 OUT & EP1 IN cannot exist together | ||||
|   #define EPNUM_CDC_IN     2 | ||||
|   #define EPNUM_CDC_OUT    3 | ||||
|   #define EPNUM_VENDOR_IN  4 | ||||
|   #define EPNUM_VENDOR_OUT 5 | ||||
| #else | ||||
|   #define EPNUM_CDC_IN     2 | ||||
|   #define EPNUM_CDC_OUT    2 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Gordon McNab
					Gordon McNab