mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-16 05:42:56 +00:00
Merge pull request #2863 from HiFiPhile/warning
Fix _rhport_role warning
This commit is contained in:
commit
7e1c91fac2
@ -39,7 +39,7 @@
|
||||
#include "host/usbh_pvt.h"
|
||||
#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
|
||||
|
Loading…
x
Reference in New Issue
Block a user