From 2d9581c49c1f23575ab77b299ba9ea84155447c6 Mon Sep 17 00:00:00 2001 From: dodge-this Date: Thu, 15 Nov 2012 05:13:00 +0000 Subject: [PATCH] using cleint.peek for verify git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1335 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- client/goodfet.arm7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/goodfet.arm7 b/client/goodfet.arm7 index 755df5c..97d2ea3 100755 --- a/client/goodfet.arm7 +++ b/client/goodfet.arm7 @@ -134,7 +134,7 @@ if(sys.argv[1]=="verify"): h = IntelHex16bit(f) for i in h._buf.keys(): if(i>=start and i>1]!=peek): print "ERROR at %04x, found %04x not %04x"%(i,peek,h[i>>1]) if(i%0x100==0): -- 2.20.1