Make sure that the NVM bus/controller busy waits in the AVRISP MKII clone project...
[pub/USBasp.git] / LUFA / Drivers / Peripheral / ADC.h
index ef708b4..e3840fe 100644 (file)
@@ -29,6 +29,7 @@
 */\r
 \r
 /** \file\r
+ *  \brief Master include file for the ADC peripheral driver.\r
  *\r
  *  This file is the master dispatch header file for the device-specific ADC driver, for AVRs containing an ADC.\r
  *\r
@@ -62,7 +63,7 @@
                     defined(__AVR_AT90USB1287__) || defined(__AVR_AT90USB647__) || \\r
                         defined(__AVR_ATmega16U4__)  || defined(__AVR_ATmega32U4__) || \\r
                         defined(__AVR_ATmega32U6__))\r
-                       #include "AVR8/ADC.h"\r
+                       #include "AVRU4U6U7/ADC.h"\r
                #else\r
                        #error "ADC is not available for the currently selected AVR model."\r
                #endif\r