Corrections to the unfinished AVRISP Programmer project to allow AVRStudio to connect to it.
This commit is contained in:
@@ -97,11 +97,6 @@ void EVENT_USB_Device_ConfigurationChanged(void)
|
||||
LEDs_SetAllLEDs(LEDMASK_USB_ERROR);
|
||||
}
|
||||
}
|
||||
|
||||
void EVENT_USB_Device_UnhandledControlRequest(void)
|
||||
{
|
||||
printf("CONTROL REQUEST\r\n");
|
||||
}
|
||||
|
||||
void Process_AVRISP_Commands(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user