From 4a1d97ff2abf32201aeec43654dc711c604ce8d7 Mon Sep 17 00:00:00 2001 From: joerg_wunsch Date: Thu, 16 May 2013 08:11:19 +0000 Subject: [PATCH] Break long lines. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1178 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 37bf5101..81101233 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,12 @@ 2013-05-15 Rene Liebscher * configure.ac: if both found libftdi and libftdi1 use only libftdi1 - * avrdude.conf.in: fixed buff pins of avrftdi programmers (low active buffer need now inverted numbers) - * avrftdi*.*: accept also old libftdi (0.20 still works with it), added powerup to initialize - * ft245r.c: accept libftdi1, code cleanup and make it more similar to avrfdti (os they might be merged someday) + * avrdude.conf.in: fixed buff pins of avrftdi programmers (low + active buffer need now inverted numbers) + * avrftdi*.*: accept also old libftdi (0.20 still works with it), + added powerup to initialize + * ft245r.c: accept libftdi1, code cleanup and make it more similar + to avrfdti (os they might be merged someday) 2013-05-08 Joerg Wunsch