Kill NAND write/erase support until we're Really Sure that it works

This commit is contained in:
marcan 2009-03-09 22:54:26 +01:00 committed by bushing
parent 320f255a5c
commit 96775ffa5a

4
nand.c
View File

@ -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"