diff options
Diffstat (limited to 'cherryusb_config_template.h')
| -rw-r--r-- | cherryusb_config_template.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cherryusb_config_template.h b/cherryusb_config_template.h index 81fadb7b..327bebe1 100644 --- a/cherryusb_config_template.h +++ b/cherryusb_config_template.h @@ -6,7 +6,8 @@ #ifndef CHERRYUSB_CONFIG_H #define CHERRYUSB_CONFIG_H -#define CHERRYUSB_VERSION 0x001002 +#define CHERRYUSB_VERSION 0x010000 +#define CHERRYUSB_VERSION_STR "v1.0.0" /* ================ USB common Configuration ================ */ @@ -93,8 +94,8 @@ #define CONFIG_USBHOST_MAX_RHPORTS 1 #define CONFIG_USBHOST_MAX_EXTHUBS 1 #define CONFIG_USBHOST_MAX_EHPORTS 4 -#define CONFIG_USBHOST_MAX_INTERFACES 6 -#define CONFIG_USBHOST_MAX_INTF_ALTSETTINGS 1 +#define CONFIG_USBHOST_MAX_INTERFACES 8 +#define CONFIG_USBHOST_MAX_INTF_ALTSETTINGS 8 #define CONFIG_USBHOST_MAX_ENDPOINTS 4 #define CONFIG_USBHOST_MAX_CDC_ACM_CLASS 4 |
