dumpExtFlash_MDx: Remove blank lines between flash dump lines
This commit is contained in:
parent
89567cce85
commit
e4302545fc
|
|
@ -49,7 +49,6 @@ int main()
|
|||
(void) extFlash_readData(addr, buf, 16);
|
||||
printf("\r\n%lx: ", addr);
|
||||
printChunk(buf);
|
||||
puts("\r");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue