Document the PDI programming routines implemented so far in the AVRISP project. Add...
[pub/USBasp.git] / Projects / AVRISP / Lib / ISPTarget.c
index 8715846..aab64a9 100644 (file)
@@ -28,6 +28,8 @@
   this software.\r
 */\r
 \r
+#if defined(ENABLE_SPI_PROTOCOL)\r
+\r
 /** \file\r
  *\r
  *  Target-related functions for the ISP Protocol decoder.\r
@@ -178,3 +180,5 @@ void ISPTarget_LoadExtendedAddress(void)
        SPI_SendByte((CurrentAddress & 0x00FF0000) >> 16);\r
        SPI_SendByte(0x00);     \r
 }\r
+\r
+#endif\r