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@28 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
a0adf5cd4f
commit
f6016de46c
|
@ -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
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue