X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/b68f7f16499a96e85c7cef4afd9da1a5c69e6a08..5d5e3590762745af400e8ba736d1c5692a5de521:/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.c?ds=sidebyside diff --git a/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.c b/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.c index 6a2d49e00..c2714f2ac 100644 --- a/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.c +++ b/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.c @@ -143,7 +143,7 @@ static void XPROGProtocol_EnterXPROGMode(void) /* Lower direction change guard time to 8 USART bits */ XPROGTarget_SendByte(TPI_CMD_SSTCS | TPI_CTRL_REG); - XPROGTarget_SendByte(0x04); + XPROGTarget_SendByte(0x04); /* Enable access to the XPROG NVM bus by sending the documented NVM access key to the device */ XPROGTarget_SendByte(TPI_CMD_SKEY);