Fix Warning[Pe188]: enumerated type mixed with another type.

This commit is contained in:
HiFiPhile
2024-11-01 19:49:00 +01:00
parent 933ac29d77
commit b648a38ae8

View File

@@ -41,7 +41,7 @@
#define TUP_USBIP_CONTROLLER_NUM 2
static tusb_role_t _rhport_role[TUP_USBIP_CONTROLLER_NUM] = { 0 };
static tusb_role_t _rhport_role[TUP_USBIP_CONTROLLER_NUM] = { TUSB_ROLE_INVALID };
//--------------------------------------------------------------------+
// Public API