aboutsummaryrefslogtreecommitdiffstats
path: root/examples/test-session.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/test-session.cpp')
-rw-r--r--examples/test-session.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/test-session.cpp b/examples/test-session.cpp
index 959c1b8..37255c2 100644
--- a/examples/test-session.cpp
+++ b/examples/test-session.cpp
@@ -69,7 +69,8 @@ void setup() {
SerialUSB.println("");
SerialUSB.println("");
SerialUSB.println("Maple interactive test program (type '?' for help)");
- SerialUSB.println("----------------------------------------------------------");
+ SerialUSB.println("-------------------------------------------------------"
+ "---");
SerialUSB.print("> ");
}