From 96775ffa5a712e19bc3d8969c11e99c12d771a65 Mon Sep 17 00:00:00 2001 From: marcan Date: Mon, 9 Mar 2009 22:54:26 +0100 Subject: [PATCH] Kill NAND write/erase support until we're Really Sure that it works --- nand.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nand.c b/nand.c index 8f5ae73..50033eb 100644 --- a/nand.c +++ b/nand.c @@ -11,8 +11,8 @@ #include "types.h" #define NAND_DEBUG 1 -#define NAND_SUPPORT_WRITE 1 -#define NAND_SUPPORT_ERASE 1 +//#define NAND_SUPPORT_WRITE 1 +//#define NAND_SUPPORT_ERASE 1 #ifdef NAND_DEBUG # include "gecko.h"