\r
#include "ISPProtocol.h"\r
\r
+#if defined(ENABLE_ISP_PROTOCOL) || defined(__DOXYGEN__)\r
+\r
/** Handler for the CMD_ENTER_PROGMODE_ISP command, which attempts to enter programming mode on\r
* the attached device, returning success or failure back to the host.\r
*/\r
Endpoint_Write_Byte(STATUS_CMD_OK);\r
Endpoint_ClearIN();\r
}\r
+\r
+#endif
\ No newline at end of file