X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ea922c98d187eb74c31535afa3334ead5bd50526..0b6d5467bc70ba36ff71a186da9cf4d0742612a6:/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h?ds=inline diff --git a/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h b/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h index e183dee0f..057aa7ad1 100644 --- a/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h +++ b/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h @@ -37,19 +37,12 @@ #define _ISP_TARGET_ /* Includes: */ - #include + #include + #include + #include + #include - - #if defined(ENABLE_ISP_PROTOCOL) || defined(__DOXYGEN__) - #include // TODO: FIXME - #endif - - #if (ARCH == ARCH_AVR8) - #include - #include - #elif (ARCH == ARCH_UC3) - #include - #endif + #include #include "../V2ProtocolParams.h" @@ -91,7 +84,6 @@ const uint8_t ReadMemCommand); /* Inline Functions: */ - #if defined(ENABLE_ISP_PROTOCOL) || defined(__DOXYGEN__) /** Sends a byte of ISP data to the attached target, using the appropriate SPI hardware or * software routines depending on the selected ISP speed. * @@ -132,7 +124,6 @@ else return ISPTarget_TransferSoftSPIByte(Byte); } - #endif #endif