X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/d15cbdd4905cf56d592ae8c559beab1e481139d8..d4ca7fb44c7d326b96cf391f0275dc323dbe24de:/Projects/AVRISP-MKII/AVRISP.h diff --git a/Projects/AVRISP-MKII/AVRISP.h b/Projects/AVRISP-MKII/AVRISP.h index a0f4d5e79..d8877a462 100644 --- a/Projects/AVRISP-MKII/AVRISP.h +++ b/Projects/AVRISP-MKII/AVRISP.h @@ -9,13 +9,13 @@ /* Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com) - Permission to use, copy, modify, and distribute this software - and its documentation for any purpose and without fee is hereby - granted, provided that the above copyright notice appear in all - copies and that both that the copyright notice and this - permission notice and warranty disclaimer appear in supporting - documentation, and that the name of the author not be used in - advertising or publicity pertaining to distribution of the + Permission to use, copy, modify, distribute, and sell this + software and its documentation for any purpose is hereby granted + without fee, provided that the above copyright notice appear in + all copies and that both that the copyright notice and this + permission notice and warranty disclaimer appear in supporting + documentation, and that the name of the author not be used in + advertising or publicity pertaining to distribution of the software without specific, written prior permission. The author disclaim all warranties with regard to this @@ -48,13 +48,13 @@ #include #include - #if defined(ADC) + #if defined(ADC) #include #endif - + #include "Lib/V2Protocol.h" - /* Macros: */ + /* Macros: */ /** LED mask for the library LED driver, to indicate that the USB interface is not ready. */ #define LEDMASK_USB_NOTREADY LEDS_LED1 @@ -75,8 +75,8 @@ void EVENT_USB_Device_Connect(void); void EVENT_USB_Device_Disconnect(void); - void EVENT_USB_Device_ConfigurationChanged(void); - + void EVENT_USB_Device_ConfigurationChanged(void); + void Process_AVRISP_Commands(void); #endif