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

@ -44,7 +44,7 @@ int main(void)
SetupHardware();
puts_P(PSTR(ESC_RESET ESC_BG_WHITE ESC_INVERSE_ON ESC_ERASE_DISPLAY
"LUFA Demo running.\r\n" ESC_INVERSE_OFF));
"LUFA Demo running.\r\n" ESC_INVERSE_OFF));
for (;;)
{