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:
parent
4624fdbfa8
commit
c9df1dfeb3
|
@ -1602,7 +1602,7 @@ int main ( int argc, char * argv [] )
|
||||||
*/
|
*/
|
||||||
fprintf(stderr, "%s: writing %s:\n",
|
fprintf(stderr, "%s: writing %s:\n",
|
||||||
progname, memtypestr(memtype));
|
progname, memtypestr(memtype));
|
||||||
#if 0
|
#if 1
|
||||||
rc = avr_write ( fd, p, memtype );
|
rc = avr_write ( fd, p, memtype );
|
||||||
#else
|
#else
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue