X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/cc9b190919abbc567cd179b31afeef565efb1f17..ea922c98d187eb74c31535afa3334ead5bd50526:/Projects/AVRISP-MKII/AVRISP-MKII.h diff --git a/Projects/AVRISP-MKII/AVRISP-MKII.h b/Projects/AVRISP-MKII/AVRISP-MKII.h index 2650b4939..5a0d09111 100644 --- a/Projects/AVRISP-MKII/AVRISP-MKII.h +++ b/Projects/AVRISP-MKII/AVRISP-MKII.h @@ -37,11 +37,7 @@ #define _AVRISP_H_ /* Includes: */ - #include - #include - #include - #include - + #include #include #include #include @@ -50,6 +46,17 @@ #include #endif + #if (ARCH == ARCH_AVR8) + #include + #include + #include + #include + #elif (ARCH == ARCH_UC3) + #include + + #include // TODO: FIXME + #endif + #include "Descriptors.h" #include "Lib/V2Protocol.h" @@ -69,9 +76,6 @@ /** LED mask for the library LED driver, to indicate that the USB interface is busy. */ #define LEDMASK_BUSY (LEDS_LED1 | LEDS_LED2) - /** LED mask for the library LED driver, to indicate that the target is being powered by VBUS. */ - #define LEDMASK_VBUSPOWER LEDS_LED3 - /* Function Prototypes: */ void SetupHardware(void); void AVRISP_Task(void);