X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/eb5b8a32e4d254479b14c82d36de8e17218640c4..01a80df6c2f61326e198f9dc9933df560da7379d:/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..9124b1a6b 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 @@ -113,7 +113,7 @@ if (HardwareSPIMode) return ~SPI_ReceiveByte(); else - return ~ISPTarget_TransferSoftSPIByte(0x00); + return ~ISPTarget_TransferSoftSPIByte(0x00); #endif } @@ -135,7 +135,7 @@ if (HardwareSPIMode) return ~SPI_TransferByte(Byte); else - return ~ISPTarget_TransferSoftSPIByte(Byte); + return ~ISPTarget_TransferSoftSPIByte(Byte); #endif }