Split out NVM access code in the AVRISP project into a seperate NVMTarget.c source...
[pub/USBasp.git] / Projects / AVRISP / Lib / ISPTarget.c
index cd2e2aa..d07cb82 100644 (file)
@@ -28,8 +28,6 @@
   this software.\r
 */\r
 \r
-#if defined(ENABLE_ISP_PROTOCOL) || defined(__DOXYGEN__)\r
-\r
 /** \file\r
  *\r
  *  Target-related functions for the ISP Protocol decoder.\r
@@ -37,6 +35,8 @@
 \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