From 58ec2f9190436cfb386379ee6b7f5b46900a8c35 Mon Sep 17 00:00:00 2001 From: Hadaq Date: Thu, 8 Mar 2018 13:01:09 +0100 Subject: [PATCH] small change, IF --- tools/spi_flash16bit_slaves.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/spi_flash16bit_slaves.pl b/tools/spi_flash16bit_slaves.pl index 94553eb..f1d9959 100755 --- a/tools/spi_flash16bit_slaves.pl +++ b/tools/spi_flash16bit_slaves.pl @@ -556,7 +556,7 @@ if ($execute eq "dumpuserflash" | defined $dumpuserflash) { if(length($dumpuserflash)>0) { $range=$dumpuserflash; } else { - $range="0x1c00..0x1c0F" + $range="0x00..0x0F" } } if (!defined($dumpuserflash)) {$range="0x00..0x0F"} -- 2.43.0