dumpExtFlash_MDx: Remove blank lines between flash dump lines

This commit is contained in:
Federico Amedeo Izzo 2021-01-02 10:26:52 +01:00
parent 89567cce85
commit e4302545fc
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ int main()
(void) extFlash_readData(addr, buf, 16);
printf("\r\n%lx: ", addr);
printChunk(buf);
puts("\r");
}
}