mirror of https://github.com/YosysHQ/icestorm.git
Merge pull request #282 from jkiv/iceprog-ignorig-fix
[iceprog] Fixed typo in error message: "Ignorig"
This commit is contained in:
commit
83b8ef947f
|
|
@ -180,7 +180,7 @@ static void flash_read_id()
|
||||||
|
|
||||||
if (data[4] == 0xFF)
|
if (data[4] == 0xFF)
|
||||||
fprintf(stderr, "Extended Device String Length is 0xFF, "
|
fprintf(stderr, "Extended Device String Length is 0xFF, "
|
||||||
"this is likely a read error. Ignorig...\n");
|
"this is likely a read error. Ignoring...\n");
|
||||||
else {
|
else {
|
||||||
// Read extended JEDEC ID bytes
|
// Read extended JEDEC ID bytes
|
||||||
if (data[4] != 0) {
|
if (data[4] != 0) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue