Re-enable writing to the chip. I should probably should make this a

command-line selectable option so that I don't keep forgetting and
committing it with it disabled.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@28 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Brian S. Dean 2001-01-13 22:11:26 +00:00
parent 4624fdbfa8
commit c9df1dfeb3
1 changed files with 1 additions and 1 deletions

View File

@ -1602,7 +1602,7 @@ int main ( int argc, char * argv [] )
*/
fprintf(stderr, "%s: writing %s:\n",
progname, memtypestr(memtype));
#if 0
#if 1
rc = avr_write ( fd, p, memtype );
#else
/*