>From 4bae0c9b70dbf308f80abaded36704bef43891e3 Mon Sep 17 00:00:00 2001 From: Maksim Kuleshov <[email protected]> Date: Sun, 31 Mar 2013 03:15:41 +0400 Subject: [PATCH 7/7] lpt_bitbang_spi.c: wiggler tested OK
Signed-off-by: Maksim Kuleshov <[email protected]> --- lpt_bitbang_spi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lpt_bitbang_spi.c b/lpt_bitbang_spi.c index 12e41ba..f65d6f8 100644 --- a/lpt_bitbang_spi.c +++ b/lpt_bitbang_spi.c @@ -126,7 +126,7 @@ static struct lpt_bitbang_spi_programmer prog_atmel_stk200 = { static struct lpt_bitbang_spi_programmer prog_wiggler_lpt = { .type = "wiggler", - .status = NT, + .status = OK, .description = "Wiggler LPT", .url = "http://wiki.openwrt.org/doc/hardware/port.jtag.cable.buffered", .spi_cs = {LPT_OUT_PIN_3, 0}, -- 1.7.10.4 _______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
