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 /Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.txt | |
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 'Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.txt')
-rw-r--r-- | Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.txt b/Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.txt index 40b7c5a85..b1ba267a3 100644 --- a/Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.txt +++ b/Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.txt @@ -13,7 +13,6 @@ * - Series 7 USB AVRs
* - Series 6 USB AVRs
* - Series 4 USB AVRs
- * - Series 2 USB AVRs
*
* \section SSec_Info USB Information:
*
|