Merge pull request #2863 from HiFiPhile/warning
Fix _rhport_role warning
This commit is contained in:
		| @@ -39,7 +39,7 @@ | |||||||
| #include "host/usbh_pvt.h" | #include "host/usbh_pvt.h" | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
| tusb_role_t _tusb_rhport_role[TUP_USBIP_CONTROLLER_NUM] = { 0 }; | tusb_role_t _tusb_rhport_role[TUP_USBIP_CONTROLLER_NUM] = { TUSB_ROLE_INVALID }; | ||||||
|  |  | ||||||
| //-------------------------------------------------------------------- | //-------------------------------------------------------------------- | ||||||
| // Weak/Default API, can be overwritten by Application | // Weak/Default API, can be overwritten by Application | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Ha Thach
					Ha Thach