Fixed invalid USB controller PLL prescaler values for the ATMEGAxxU2 controllers
Fixed lack of support for the ATMEGA32U2 in the DFU and CDC class bootloaders Changed incomplete Webserver project over to using the uIP timer library.
This commit is contained in:
		
							parent
							
								
									f0d6d4ef13
								
							
						
					
					
						commit
						77dda302ac
					
				
					 10 changed files with 81 additions and 60 deletions
				
			
		| 
						 | 
				
			
			@ -149,7 +149,7 @@
 | 
			
		|||
				
 | 
			
		||||
				#define  ADC_GetStatus()               ((ADCSRA & (1 << ADEN)) ? true : false)
 | 
			
		||||
 | 
			
		||||
				#define  ADC_IsReadingComplete()         (ADCSRA & (1 << ADSC))
 | 
			
		||||
				#define  ADC_IsReadingComplete()        (ADCSRA & (1 << ADSC))
 | 
			
		||||
				
 | 
			
		||||
				#define  ADC_GetResult()                 ADC			
 | 
			
		||||
			#endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue