summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas Schodet2011-06-26 00:59:02 +0200
committerNicolas Schodet2011-06-26 00:59:02 +0200
commit7c2fd5bfc8e24005e791bc9536e40972b5a4737a (patch)
treef240bce4af3118402144fa1584ca2ee7eb83a982
parent154ac30376502dd43fc766bd852b77f8e49fcf30 (diff)
digital/avr/modules/adc: tested on new AVR
-rw-r--r--digital/avr/modules/adc/adc.avr.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/digital/avr/modules/adc/adc.avr.c b/digital/avr/modules/adc/adc.avr.c
index eff441a9..96392a86 100644
--- a/digital/avr/modules/adc/adc.avr.c
+++ b/digital/avr/modules/adc/adc.avr.c
@@ -32,6 +32,10 @@
#elif defined (__AVR_ATmega128__)
#elif defined (__AVR_ATmega64__)
#elif defined (__AVR_ATmega16__)
+# elif defined (__AVR_AT90USB646__)
+# elif defined (__AVR_AT90USB647__)
+# elif defined (__AVR_AT90USB1286__)
+# elif defined (__AVR_AT90USB1287__)
#else
# warning "adc: not tested on this chip."
#endif