\r
#include "ISPTarget.h"\r
\r
+#if defined(ENABLE_ISP_PROTOCOL) || defined(__DOXYGEN__)\r
+\r
/** Converts the given AVR Studio SCK duration parameter (set by a SET PARAM command from the host) to the nearest\r
* possible SPI clock prescaler mask for passing to the SPI_Init() routine.\r
*\r
SPI_SendByte((CurrentAddress & 0x00FF0000) >> 16);\r
SPI_SendByte(0x00); \r
}\r
+\r
+#endif\r