From c9df1dfeb3566d2e205db09b123931632bf91c59 Mon Sep 17 00:00:00 2001
From: "Brian S. Dean" <bsd@bsdhome.com>
Date: Sat, 13 Jan 2001 22:11:26 +0000
Subject: [PATCH] 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
---
 avrprog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/avrprog.c b/avrprog.c
index 2e8ea3be..b2591278 100644
--- a/avrprog.c
+++ b/avrprog.c
@@ -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
     /*