mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 05:12:33 +01:00 
			
		
		
		
	Fixed incorrect comparison in the descriptor callback routine of the TeensyHID bootloader.
This commit is contained in:
		
							parent
							
								
									a926053ab5
								
							
						
					
					
						commit
						fc31973daf
					
				| @ -164,7 +164,7 @@ uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue, const uint8_t wIndex, | ||||
| 		Address = (void*)&DeviceDescriptor; | ||||
| 		Size    = sizeof(USB_Descriptor_Device_t);	 | ||||
| 	} | ||||
| 	else if (DescriptorType == DTYPE_Device) | ||||
| 	else if (DescriptorType == DTYPE_Configuration) | ||||
| 	{ | ||||
| 		Address = (void*)&ConfigurationDescriptor; | ||||
| 		Size    = sizeof(USB_Descriptor_Configuration_t);	 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Dean Camera
						Dean Camera