Fixed documentation typoes and preprocessor checks relating to misspellings of the USE_RAM_DESCRIPTORS token (thanks to Ian Gregg).
This commit is contained in:
		
							parent
							
								
									7cca7eb53d
								
							
						
					
					
						commit
						4bb59f9673
					
				
					 3 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -65,8 +65,8 @@
 | 
			
		|||
				#error USB_HOST_ONLY and USB_DEVICE_ONLY are mutually exclusive.
 | 
			
		||||
			#endif
 | 
			
		||||
 | 
			
		||||
			#if (defined(USB_RAM_DESCRIPTORS) && defined(USE_EEPROM_DESCRIPTORS))
 | 
			
		||||
				#error USB_RAM_DESCRIPTORS and USE_EEPROM_DESCRIPTORS are mutually exclusive.
 | 
			
		||||
			#if (defined(USE_RAM_DESCRIPTORS) && defined(USE_EEPROM_DESCRIPTORS))
 | 
			
		||||
				#error USE_RAM_DESCRIPTORS and USE_EEPROM_DESCRIPTORS are mutually exclusive.
 | 
			
		||||
			#endif
 | 
			
		||||
 | 
			
		||||
			#if defined(USE_STATIC_OPTIONS)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue