forked from mirrors/qmk_userspace
		
	VUSB - Use correct endpoint poll for VIA (#16691)
This commit is contained in:
		
					parent
					
						
							
								3502bbbd16
							
						
					
				
			
			
				commit
				
					
						047ef3cd12
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -158,7 +158,7 @@ void protocol_task(void) {
 | 
				
			||||||
#ifdef RAW_ENABLE
 | 
					#ifdef RAW_ENABLE
 | 
				
			||||||
        usbPoll();
 | 
					        usbPoll();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if (usbConfiguration && usbInterruptIsReady3()) {
 | 
					        if (usbConfiguration && usbInterruptIsReady4()) {
 | 
				
			||||||
            raw_hid_task();
 | 
					            raw_hid_task();
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue