Documentation improvements - put driver example code into its own section, fix incorr...
[pub/USBasp.git] / Projects / Incomplete / StandaloneProgrammer / DiskDevice.h
index a742ce8..7d24cc2 100644 (file)
@@ -52,7 +52,7 @@
                        void EVENT_USB_Device_Connect(void);
                        void EVENT_USB_Device_Disconnect(void);
                        void EVENT_USB_Device_ConfigurationChanged(void);
-                       void EVENT_USB_Device_UnhandledControlRequest(void);
+                       void EVENT_USB_Device_ControlRequest(void);
 
                        bool CALLBACK_MS_Device_SCSICommandReceived(USB_ClassInfo_MS_Device_t* const MSInterfaceInfo);
                #endif