diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-04-19 08:18:46 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-04-19 08:18:46 +0000 |
commit | 8ac5bd7030242c60858838d822a7c2edbf8cdcb6 (patch) | |
tree | cbc2e294092ad346fa37f409e8a9cb318dffbb61 /src | |
parent | a6f953babc4df4771ccc036621067cc6e03b9ae6 (diff) | |
download | openocd+libswd-8ac5bd7030242c60858838d822a7c2edbf8cdcb6.tar.gz openocd+libswd-8ac5bd7030242c60858838d822a7c2edbf8cdcb6.tar.bz2 openocd+libswd-8ac5bd7030242c60858838d822a7c2edbf8cdcb6.tar.xz openocd+libswd-8ac5bd7030242c60858838d822a7c2edbf8cdcb6.zip |
Zach Welch <zw@superlucidity.net> add missing initializers in nand.c
git-svn-id: svn://svn.berlios.de/openocd/trunk@1468 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r-- | src/flash/nand.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |