Add missing device deconfiguration-on-error statements to the host mode demos and...
[pub/USBasp.git] / LUFA / Drivers / Peripheral / ADC.h
index fe76645..a6e71d1 100644 (file)
 #define __ADC_H__
 
        /* Macros: */
-               #if !defined(__DOXYGEN__)
-                       #define __INCLUDE_FROM_ADC_H
-               #endif
+               #define __INCLUDE_FROM_ADC_H
 
        /* Includes: */
                #include "../../Common/Common.h"
 
        /* Includes: */
                #if (ARCH == ARCH_AVR8)
-                       #include "AVR8/ADC.h"
+                       #include "AVR8/ADC_AVR8.h"
                #else
                        #error The ADC peripheral driver is not currently available for your selected architecture.
                #endif