X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/f338ddcb875d8486af348609db8e38b2791d3e26..bb3879331211a19c3adc3927cac870cc7e36b775:/Projects/AVRISP/Lib/ISPProtocol.c?ds=inline diff --git a/Projects/AVRISP/Lib/ISPProtocol.c b/Projects/AVRISP/Lib/ISPProtocol.c index 6e81ac8e4..9b8666afb 100644 --- a/Projects/AVRISP/Lib/ISPProtocol.c +++ b/Projects/AVRISP/Lib/ISPProtocol.c @@ -28,8 +28,6 @@ this software. */ -#if defined(ENABLE_ISP_PROTOCOL) || defined(__DOXYGEN__) - /** \file * * ISP Protocol handler, to process V2 Protocol wrapped ISP commands used in Atmel programmer devices. @@ -37,6 +35,8 @@ #include "ISPProtocol.h" +#if defined(ENABLE_ISP_PROTOCOL) || defined(__DOXYGEN__) + /** Handler for the CMD_ENTER_PROGMODE_ISP command, which attempts to enter programming mode on * the attached device, returning success or failure back to the host. */