Added board hardware driver support for the Microsin AVR-USB162 development board.
[pub/USBasp.git] / Projects / LEDNotifier / LEDNotifier.h
index 0dada2a..0ecdb3c 100644 (file)
@@ -54,7 +54,7 @@
                void SetupHardware(void);
 
                void EVENT_USB_Device_ConfigurationChanged(void);
-               void EVENT_USB_Device_UnhandledControlRequest(void);
+               void EVENT_USB_Device_ControlRequest(void);
 
 #endif