Lower the size of the HID report endpoint from 16 bytes to 8 bytes, to allow for Low Speed USB compatibility in the KeyboardMouseMultiReport demo (thanks to Kevin Chernoff).
This commit is contained in:
		
							parent
							
								
									24ea531fab
								
							
						
					
					
						commit
						f0ff633962
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -59,7 +59,7 @@
 | 
			
		|||
		#define HID_IN_EPNUM              1
 | 
			
		||||
 | 
			
		||||
		/** Size in bytes of each of the HID reporting IN. */
 | 
			
		||||
		#define HID_EPSIZE                16
 | 
			
		||||
		#define HID_EPSIZE                8
 | 
			
		||||
	
 | 
			
		||||
	/* Enums: */
 | 
			
		||||
		/** Enum for the HID report IDs used in the device. */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue