fix bug with RNDIS class open using non-static variable p_cdc
fix bug with SUBTASK_EXIT with single if (add do while wrapper) add payloay message able to send initialize & wait on notification pipe & get initialize cmpt
This commit is contained in:
		@@ -60,12 +60,12 @@
 | 
			
		||||
// CONTROLLER CONFIGURATION
 | 
			
		||||
//--------------------------------------------------------------------+
 | 
			
		||||
#define TUSB_CFG_CONTROLLER0_MODE  (TUSB_MODE_HOST)
 | 
			
		||||
#define TUSB_CFG_CONTROLLER1_MODE  (TUSB_MODE_HOST)
 | 
			
		||||
#define TUSB_CFG_CONTROLLER1_MODE  (TUSB_MODE_NONE)
 | 
			
		||||
 | 
			
		||||
//--------------------------------------------------------------------+
 | 
			
		||||
// HOST CONFIGURATION
 | 
			
		||||
//--------------------------------------------------------------------+
 | 
			
		||||
#define TUSB_CFG_HOST_DEVICE_MAX     2
 | 
			
		||||
#define TUSB_CFG_HOST_DEVICE_MAX     1
 | 
			
		||||
#define TUSB_CFG_CONFIGURATION_MAX   1
 | 
			
		||||
 | 
			
		||||
//------------- USBD -------------//
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user