From 8ac5bd7030242c60858838d822a7c2edbf8cdcb6 Mon Sep 17 00:00:00 2001 From: oharboe Date: Sun, 19 Apr 2009 08:18:46 +0000 Subject: Zach Welch add missing initializers in nand.c git-svn-id: svn://svn.berlios.de/openocd/trunk@1468 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/flash/nand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flash/nand.c b/src/flash/nand.c index 0f8e7d26..67f15374 100644 --- a/src/flash/nand.c +++ b/src/flash/nand.c @@ -165,7 +165,7 @@ static nand_info_t nand_flash_ids[] = {"NAND 2GiB 1,8V 16-bit", 0xB5, 0, 2048, 0, LP_OPTIONS16}, {"NAND 2GiB 3,3V 16-bit", 0xC5, 0, 2048, 0, LP_OPTIONS16}, - {NULL, 0,} + {NULL, 0, 0, 0, 0, 0 } }; /* Manufacturer ID list -- cgit v1.2.3