aboutsummaryrefslogtreecommitdiff
path: root/LUFA
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-03-17 13:07:22 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-03-17 13:07:22 +0000
commitfe0d1468ea336438b831f6c746b9b74e2e354512 (patch)
treeb59dc5f94ba86851ec3334e0f1f4eb16756043c1 /LUFA
parentfcc53985a599fa27558de167efcf773b18b56a3b (diff)
Remove redundant check in the software PDI programming code of the AVRISP project.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1169 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/ManPages/ChangeLog.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 8ce9f224..2840630d 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -12,9 +12,8 @@
* - (None)
*
* <b>Changed:</b>
- * - AVRISP programmer project now has a more robust timeout system, allowing for a doubling of the software USART speed
+ * - AVRISP programmer project now has a more robust timeout system, allowing for an increse of the software USART speed
* for PDI and TPI programming
- * - Increased the speed of both software and hardware TPI/PDI programming modes of the AVRISP project
* - Added a timeout value to the TWI_StartTransmission() function, within which the addressed device must respond
* - Webserver project now uses the board LEDs to indicate the current IP configuration state
* - Added ENABLE_TELNET_SERVER compile time option to the Webserver project to disable the TELNET server if desired