X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/258a6a01777afadbf6913246f12a7106b421b795..e73f05b8b2de5485c97a305b4a7e940bb5636f49:/Projects/AVRISP/Lib/ISPTarget.c diff --git a/Projects/AVRISP/Lib/ISPTarget.c b/Projects/AVRISP/Lib/ISPTarget.c index f2b57343f..d07cb8225 100644 --- a/Projects/AVRISP/Lib/ISPTarget.c +++ b/Projects/AVRISP/Lib/ISPTarget.c @@ -28,8 +28,6 @@ this software. */ -#if defined(ENABLE_ISP_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. *