fix build error with device 43xx
refractor mscd ramdisk demo
This commit is contained in:
		@@ -75,9 +75,10 @@
 | 
			
		||||
//--------------------------------------------------------------------+
 | 
			
		||||
// DEVICE CONFIGURATION
 | 
			
		||||
//--------------------------------------------------------------------+
 | 
			
		||||
#define TUSB_CFG_DEVICE_CONTROL_ENDOINT_SIZE    64
 | 
			
		||||
#define TUSB_CFG_DEVICE_CONTROL_ENDOINT_SIZE    64 // TODO refractor remove
 | 
			
		||||
#define TUSB_CFG_DEVICE_STRING_DESCRIPTOR_COUNT 4
 | 
			
		||||
#define TUSB_CFG_DEVICE_FULLSPEED       1 // TODO refractor, remove
 | 
			
		||||
 | 
			
		||||
#define TUSB_CFG_DEVICE_FULLSPEED               1 // TODO refractor, remove
 | 
			
		||||
 | 
			
		||||
//------------- CLASS -------------//
 | 
			
		||||
#define TUSB_CFG_DEVICE_HID_KEYBOARD  0
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user