From e4302545fc0ba7e9bf770693423f2577fd090f4b Mon Sep 17 00:00:00 2001 From: Federico Amedeo Izzo Date: Sat, 2 Jan 2021 10:26:52 +0100 Subject: [PATCH] dumpExtFlash_MDx: Remove blank lines between flash dump lines --- tests/platform/dumpExtFlash_MDx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/platform/dumpExtFlash_MDx.c b/tests/platform/dumpExtFlash_MDx.c index 970b8e3f..beb0b015 100644 --- a/tests/platform/dumpExtFlash_MDx.c +++ b/tests/platform/dumpExtFlash_MDx.c @@ -49,7 +49,6 @@ int main() (void) extFlash_readData(addr, buf, 16); printf("\r\n%lx: ", addr); printChunk(buf); - puts("\r"); } }