updating webusb with cdc
This commit is contained in:
		@@ -72,12 +72,16 @@
 | 
			
		||||
#define CFG_TUD_ENDOINT0_SIZE       64
 | 
			
		||||
 | 
			
		||||
//------------- CLASS -------------//
 | 
			
		||||
#define CFG_TUD_CDC                 0
 | 
			
		||||
#define CFG_TUD_CDC                 1
 | 
			
		||||
#define CFG_TUD_MSC                 0
 | 
			
		||||
#define CFG_TUD_HID                 0
 | 
			
		||||
#define CFG_TUD_MIDI                0
 | 
			
		||||
#define CFG_TUD_CUSTOM_CLASS        0
 | 
			
		||||
 | 
			
		||||
// CDC FIFO size of TX and RX
 | 
			
		||||
#define CFG_TUD_CDC_RX_BUFSIZE      64
 | 
			
		||||
#define CFG_TUD_CDC_TX_BUFSIZE      64
 | 
			
		||||
 | 
			
		||||
#ifdef __cplusplus
 | 
			
		||||
 }
 | 
			
		||||
#endif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user