X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/a5adbae652bcf5382ef34d71da4d11de15b482a6..3d6508c9b9505cb3393b7c12df1a0c87f7828bbe:/Projects/AVRISP/Lib/ISPTarget.c diff --git a/Projects/AVRISP/Lib/ISPTarget.c b/Projects/AVRISP/Lib/ISPTarget.c index aab64a939..d07cb8225 100644 --- a/Projects/AVRISP/Lib/ISPTarget.c +++ b/Projects/AVRISP/Lib/ISPTarget.c @@ -28,8 +28,6 @@ this software. */ -#if defined(ENABLE_SPI_PROTOCOL) - /** \file * * Target-related functions for the ISP Protocol decoder. @@ -37,6 +35,8 @@ #include "ISPTarget.h" +#if defined(ENABLE_ISP_PROTOCOL) || defined(__DOXYGEN__) + /** Converts the given AVR Studio SCK duration parameter (set by a SET PARAM command from the host) to the nearest * possible SPI clock prescaler mask for passing to the SPI_Init() routine. *