aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-01-25 01:27:06 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-01-25 01:27:06 +0000
commit5d5e3590762745af400e8ba736d1c5692a5de521 (patch)
tree2e93b68e65bbb98e2eb00cf4fce0cf1edcb290c1 /Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.c
parentb68f7f16499a96e85c7cef4afd9da1a5c69e6a08 (diff)
downloadlufa-5d5e3590762745af400e8ba736d1c5692a5de521.tar.gz
lufa-5d5e3590762745af400e8ba736d1c5692a5de521.tar.bz2
lufa-5d5e3590762745af400e8ba736d1c5692a5de521.zip
Minor code cleanups, remove TemperatureDataLogger host application's Visual Studio Solution files, add LibHIDNet license files.
Diffstat (limited to 'Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.c')
-rw-r--r--Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.c2
1 files changed, 1 insertions, 1 deletions
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);