diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-02-08 03:16:09 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-02-08 03:16:09 +0000 |
commit | 7ae91099e9b356d3f9fe14b41a53a6af1161690c (patch) | |
tree | 04d85c5425799a686b7448564a21556f7e56649b /LUFA/ManPages | |
parent | 6a48efd3bd66a1f6b4e24a75881dac337e3c9c95 (diff) | |
download | lufa-7ae91099e9b356d3f9fe14b41a53a6af1161690c.tar.gz lufa-7ae91099e9b356d3f9fe14b41a53a6af1161690c.tar.bz2 lufa-7ae91099e9b356d3f9fe14b41a53a6af1161690c.zip |
Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure erase location is the high byte in the given address space, check NVMBUSY for completion rather than the NVM Bus Enable bit.
Change If-Else chains over to switch statements in XPROGProtocol.c for clarity.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/VIDAndPIDValues.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/ManPages/VIDAndPIDValues.txt b/LUFA/ManPages/VIDAndPIDValues.txt index 339fd47b2..5c17d52fc 100644 --- a/LUFA/ManPages/VIDAndPIDValues.txt +++ b/LUFA/ManPages/VIDAndPIDValues.txt @@ -193,7 +193,7 @@ * 0x204D
* </td>
* <td>
- * Keyboard and Mouse Combination Demo Application
+ * Combined Keyboard and Mouse Demo Application
* </td>
* </tr>
*
|