Add in USB_INT_RegisterHandlers() internal function to register the interrupt handler...
[pub/USBasp.git] / LUFA / Drivers / Peripheral / ADC.h
index fe76645..5a1d330 100644 (file)
@@ -68,7 +68,7 @@
 
        /* 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