X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/eb5b8a32e4d254479b14c82d36de8e17218640c4..0da99447d3e88e83f9977501bee56af5c7aa56c0:/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h diff --git a/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h b/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h index 350283f5e..4c0ea8245 100644 --- a/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h +++ b/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h @@ -1,13 +1,13 @@ /* LUFA Library - Copyright (C) Dean Camera, 2011. + Copyright (C) Dean Camera, 2012. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* - Copyright 2011 Dean Camera (dean [at] fourwalledcubicle [dot] com) + Copyright 2012 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted @@ -44,8 +44,10 @@ #include #include - #include "../V2ProtocolParams.h" - + #include "../V2Protocol.h" + #include "ISPProtocol.h" + #include "Config/AppConfig.h" + /* Preprocessor Checks: */ #if ((BOARD == BOARD_XPLAIN) || (BOARD == BOARD_XPLAIN_REV1)) #undef ENABLE_ISP_PROTOCOL @@ -113,7 +115,7 @@ if (HardwareSPIMode) return ~SPI_ReceiveByte(); else - return ~ISPTarget_TransferSoftSPIByte(0x00); + return ~ISPTarget_TransferSoftSPIByte(0x00); #endif } @@ -135,7 +137,7 @@ if (HardwareSPIMode) return ~SPI_TransferByte(Byte); else - return ~ISPTarget_TransferSoftSPIByte(Byte); + return ~ISPTarget_TransferSoftSPIByte(Byte); #endif }