Corrected the ADC driver for the ATMEGA16U4 and ATMEGA32U4 (thanks to Opendous Inc.).

This commit is contained in:
Dean Camera 2009-06-22 10:23:47 +00:00
parent a34cccf099
commit 7d7573e4e5
5 changed files with 35 additions and 9 deletions

View file

@ -36,8 +36,6 @@
#include <avr/pgmspace.h>
#include <avr/eeprom.h>
#include <avr/boot.h>
#include <stdlib.h>
#include <ctype.h>
#include "../HighLevel/StdDescriptors.h"
#include "../HighLevel/Events.h"