From a5adbae652bcf5382ef34d71da4d11de15b482a6 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 3 Dec 2009 07:42:56 +0000 Subject: Document the PDI programming routines implemented so far in the AVRISP project. Add ability to selectively disable ISP programming support in addition to the existing ability to disable PDI programming support. --- Projects/AVRISP/Lib/ISPProtocol.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Projects/AVRISP/Lib/ISPProtocol.c') diff --git a/Projects/AVRISP/Lib/ISPProtocol.c b/Projects/AVRISP/Lib/ISPProtocol.c index c023234c3..4847c35fc 100644 --- a/Projects/AVRISP/Lib/ISPProtocol.c +++ b/Projects/AVRISP/Lib/ISPProtocol.c @@ -28,6 +28,8 @@ this software. */ +#if defined(ENABLE_SPI_PROTOCOL) + /** \file * * ISP Protocol handler, to process V2 Protocol wrapped ISP commands used in Atmel programmer devices. @@ -468,3 +470,5 @@ void ISPProtocol_SPIMulti(void) Endpoint_Write_Byte(STATUS_CMD_OK); Endpoint_ClearIN(); } + +#endif \ No newline at end of file -- cgit v1.2.3