diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/test-session.cpp | 3 |
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("> "); } |