Fixed incorrect signature in the CDC and DFU class bootloaders for the ATMEGA8U2.
Minor documentation cleanups. Modify the incomplete AudioInputHost demo for mono audio output.
This commit is contained in:
		
							parent
							
								
									68468e0aea
								
							
						
					
					
						commit
						6d2a08f1b7
					
				
					 8 changed files with 14 additions and 11 deletions
				
			
		| 
						 | 
				
			
			@ -361,7 +361,7 @@ uint8_t MS_Host_GetMaxLUN(USB_ClassInfo_MS_Host_t* const MSInterfaceInfo,
 | 
			
		|||
	if ((ErrorCode = USB_Host_SendControlRequest(MaxLUNIndex)) != HOST_SENDCONTROL_Successful)
 | 
			
		||||
	{
 | 
			
		||||
		*MaxLUNIndex = 0;
 | 
			
		||||
		ErrorCode = HOST_SENDCONTROL_Successful;
 | 
			
		||||
		ErrorCode    = HOST_SENDCONTROL_Successful;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return ErrorCode;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue