aboutsummaryrefslogtreecommitdiff
path: root/src/ram/ramtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ram/ramtest.c')
-rw-r--r--src/ram/ramtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ram/ramtest.c b/src/ram/ramtest.c
index 068d3bd705..af77fcc386 100644
--- a/src/ram/ramtest.c
+++ b/src/ram/ramtest.c
@@ -100,6 +100,6 @@ void ram_check(unsigned long start, unsigned long stop)
print_debug("\r\n");
ram_fill(start, stop);
ram_verify(start, stop);
- print_debug("Done.\n");
+ print_debug("Done.\r\n");
}