aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Lib/ISPTarget.c
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/AVRISP/Lib/ISPTarget.c')
-rw-r--r--Projects/AVRISP/Lib/ISPTarget.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Projects/AVRISP/Lib/ISPTarget.c b/Projects/AVRISP/Lib/ISPTarget.c
index cd2e2aa42..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) || defined(__DOXYGEN__)
-
/** \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.
*