Manually pull PDI clock pin high for 1ms before disabling PDI mode in the AVRISP...
[pub/USBasp.git] / Projects / AVRISP-MKII / Lib / XPROG / XPROGProtocol.c
index 6a2d49e..c2714f2 100644 (file)
@@ -143,7 +143,7 @@ static void XPROGProtocol_EnterXPROGMode(void)
                \r
                /* Lower direction change guard time to 8 USART bits */\r
                XPROGTarget_SendByte(TPI_CMD_SSTCS | TPI_CTRL_REG);\r
-               XPROGTarget_SendByte(0x04);             \r
+               XPROGTarget_SendByte(0x04);\r
                \r
                /* Enable access to the XPROG NVM bus by sending the documented NVM access key to the device */\r
                XPROGTarget_SendByte(TPI_CMD_SKEY);     \r